Add cycle keybind for floating/tiled windows
This commit is contained in:
parent
86d3956f5e
commit
7511d26b84
1 changed files with 8 additions and 0 deletions
|
@ -56,6 +56,14 @@ alt + {p,b,comma,period}
|
|||
alt + {_,shift + }n
|
||||
bspc node -f {next,prev}.local
|
||||
|
||||
# focus the next/previous floating node in the current desktop
|
||||
alt + {_, shift + }space
|
||||
bspc node -f {next,prev}.floating.local
|
||||
|
||||
# focus the next/previous tiled node in the current desktop
|
||||
alt + ctrl + {_, shift + }space
|
||||
bspc node -f {next,prev}.tiled.local
|
||||
|
||||
# focus the next/previous desktop in the current monitor
|
||||
alt + bracket{left,right}
|
||||
bspc desktop -f {prev,next}.local
|
||||
|
|
Loading…
Reference in a new issue