Add cycle keybind for floating/tiled windows

This commit is contained in:
David Holland 2020-03-19 17:11:38 +01:00
parent 86d3956f5e
commit 7511d26b84
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 8 additions and 0 deletions

View File

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