From a66af122d1b18e91588cc0097264d0f48108f897 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sun, 31 Mar 2024 16:27:30 +0200 Subject: [PATCH] Cleaner shortcuts --- rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc.lua b/rc.lua index 14a50b3..150e289 100644 --- a/rc.lua +++ b/rc.lua @@ -497,15 +497,15 @@ globalkeys = awful.util.table.join( awful.spawn.easy_async('xdotool key Caps_Lock', function() end) end, {description="switch the caps lock", group="screen control"}), - awful.key({modkey}, "#87", function() + awful.key({modkey}, "#88", function() awful.spawn.easy_async("x b", function() end) end, {description="Sets the two screens view", group="screen control"}), - awful.key({modkey}, "#90", function() + awful.key({modkey}, "#87", function() awful.spawn.easy_async("x d", function() end) end, {description="Default view", group="screen control"}), - awful.key({modkey, "Shift"}, "#90", function() + awful.key({modkey, "Shift"}, "#87", function() awful.spawn.easy_async("x s", function() end) end, {description="Inverse of the default view", group="screen control"}),