about summary refs log tree commit diff
path: root/awesome
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-18 11:14:47 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-18 11:14:47 +0700
commitc96d607a269c2b65d6a1191a5d4119eb7efc59f2 (patch)
treec73628150cd8e35a7bf4487137af174c282d02cb /awesome
parent694b8f443db6e3b2b6dc6335638d9f1c7a77e0be (diff)
downloaddotfiles-c96d607a269c2b65d6a1191a5d4119eb7efc59f2.tar.gz
Update 2018-12-18
Diffstat (limited to 'awesome')
-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",