diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 5d4e481..6132386 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -228,8 +228,10 @@ local sub = keychain.sub globalkeys = awful.util.table.join( bind({ "Control", }, "i", { sub({ }, "space", ext.next_client), - sub({ "Shift", }, "o", + sub({ }, ",", function () awful.screen.focus_relative(1) end), + sub({ }, ".", + function () awful.screen.focus_relative(-1) end), sub({ "Shift", }, "1", function () mypromptbox[mouse.screen]:run() end), sub({ }, "f", function () oni.focus_raise("right") end),