.config/awesome/rc.lua
This commit is contained in:
parent
4743284e37
commit
c037a4ea8f
1 changed files with 3 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue