aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
authorKyle Javier2021-09-23 15:43:56 -0400
committerKyle Javier2021-09-23 15:43:56 -0400
commit08e86eb6a8f6ec3e44a521d22a003a6692b305a3 (patch)
treea4cd6a49a7551f874ce1cc16b9b411c655882b5f /awesome
parent50b3857273c076a398f376713a3928b8a5c8a4a0 (diff)
changed run shortcut from alt-f2 to alt-f3
Diffstat (limited to 'awesome')
-rw-r--r--awesome/rc.lua2
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",