diff options
| -rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 37caef7..0d9fabb 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -367,7 +367,7 @@ globalkeys = gears.table.join( {description = "restore minimized", group = "client"}), -- Prompt - awful.key({ "Mod1" }, "F3", function () awful.screen.focused().mypromptbox:run() end, + awful.key({ "Mod1" }, "F2", function () awful.screen.focused().mypromptbox:run() end, {description = "run prompt", group = "launcher"}), awful.key({ modkey }, "x", |
