update
This commit is contained in:
parent
e5fa832e59
commit
b1805f6a99
|
@ -49,6 +49,10 @@ super + s
|
|||
# focus/swap
|
||||
#
|
||||
|
||||
# Focus the next/previous node in the current desktop:
|
||||
super + bracket{left,right}
|
||||
bspc node -f {next,prev}.local
|
||||
|
||||
# focus the node in the given direction
|
||||
super + {_,shift + }{h,j,k,l}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
|
@ -66,7 +70,7 @@ super + Prior
|
|||
# bspc node -f {next,prev}.local
|
||||
|
||||
focus the next/previous desktop in the current monitor
|
||||
super + bracket{left,right}
|
||||
super + ctrl + bracket{left,right}
|
||||
bspc desktop -f {prev,next}.local
|
||||
|
||||
# focus the last node/desktop
|
||||
|
|
Loading…
Reference in New Issue