aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc-4.3-3.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc-4.3-3.lua')
-rw-r--r--.config/awesome/rc-4.3-3.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua
index b8bd490..94f27ef 100644
--- a/.config/awesome/rc-4.3-3.lua
+++ b/.config/awesome/rc-4.3-3.lua
@@ -308,6 +308,9 @@ globalkeys = gears.table.join(
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" }),