From c037a4ea8f34f4d83701323da5e73efbd7b3c3db Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 10 Oct 2012 09:09:44 +0200 Subject: .config/awesome/rc.lua --- .config/awesome/rc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/awesome') 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), -- cgit v1.2.3-54-g00ecf