diff options
| author | Kyle Javier | 2021-09-23 15:43:56 -0400 |
|---|---|---|
| committer | Kyle Javier | 2021-09-23 15:43:56 -0400 |
| commit | 08e86eb6a8f6ec3e44a521d22a003a6692b305a3 (patch) | |
| tree | a4cd6a49a7551f874ce1cc16b9b411c655882b5f /awesome/rc.lua | |
| parent | 50b3857273c076a398f376713a3928b8a5c8a4a0 (diff) | |
changed run shortcut from alt-f2 to alt-f3
Diffstat (limited to 'awesome/rc.lua')
| -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", |
