about summary refs log tree commit diff
path: root/awesome/.config
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/.config')
-rw-r--r--awesome/.config/awesome/rc.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 5957112..76270c0 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -373,6 +373,9 @@ globalkeys = awful.util.table.join(
   awful.key({modkey}, "0",
             function() awful.screen.focus_relative(1) end,
             {description = "focus the next screen", group = "screen"}),
+  awful.key({modkey}, "`",
+            function() awful.screen.focus_relative(-1) end,
+            {description = "focus the previous screen", group = "screen"}),
   awful.key({modkey}, "u", awful.client.urgent.jumpto,
             {description = "jump to urgent client", group = "client"}),
   awful.key({modkey}, "Tab",