aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua
index b274c0b..9ce93aa 100644
--- a/.config/awesome/rc.lua
+++ b/.config/awesome/rc.lua
@@ -296,6 +296,9 @@ awful.keyboard.append_global_keybindings({
awful.key({ modkey, }, "Menu", function() mymainmenu:show() end,
{ description = "show main menu", group = "awesome" }),
+ awful.key({ modkey, "Shift" }, "F10", function() mymainmenu:show() end,
+ { description = "show main menu", group = "awesome" }),
+
-- move window by index in tiling layout
awful.key({ modkey, "Control" }, "j", function() awful.client.swap.byidx(1) end,
{ description = "swap with next client by index", group = "client" }),