.config/awesome/rc.lua

This commit is contained in:
Tom Willemsen 2012-10-10 09:09:44 +02:00
parent 4743284e37
commit c037a4ea8f

View file

@ -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),