From c96d607a269c2b65d6a1191a5d4119eb7efc59f2 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 18 Dec 2018 11:14:47 +0700 Subject: Update 2018-12-18 --- awesome/.config/awesome/rc.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'awesome') 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", -- cgit 1.4.1