mirror of
https://github.com/vale981/bspwm
synced 2025-03-05 18:01:37 -05:00
parent
68ecbc4838
commit
a4574745e0
1 changed files with 4 additions and 4 deletions
|
@ -62,13 +62,13 @@ super + {_,shift + }{h,j,k,l}
|
|||
super + {p,b,comma,period}
|
||||
bspc node -f @{parent,brother,first,second}
|
||||
|
||||
# focus the next/previous node
|
||||
# focus the next/previous node in the current desktop
|
||||
super + {_,shift + }c
|
||||
bspc node -f {next,prev}
|
||||
bspc node -f {next,prev}.local
|
||||
|
||||
# focus the next/previous desktop
|
||||
# focus the next/previous desktop in the current monitor
|
||||
super + bracket{left,right}
|
||||
bspc desktop -f {prev,next}
|
||||
bspc desktop -f {prev,next}.local
|
||||
|
||||
# focus the last node/desktop
|
||||
super + {grave,Tab}
|
||||
|
|
Loading…
Add table
Reference in a new issue