update
This commit is contained in:
parent
5712a4aa06
commit
7291c7ded0
|
|
@ -53,10 +53,6 @@ super + bracket{left,right}
|
||||||
super + {_,shift + }{h,j,k,l}
|
super + {_,shift + }{h,j,k,l}
|
||||||
bspc node -{f,s} {west,south,north,east}
|
bspc node -{f,s} {west,south,north,east}
|
||||||
|
|
||||||
focus the parent node
|
|
||||||
super + Prior
|
|
||||||
bspc node -f @parent
|
|
||||||
|
|
||||||
# focus the node for the given path jump
|
# focus the node for the given path jump
|
||||||
# super + {p,b,comma,period}
|
# super + {p,b,comma,period}
|
||||||
# bspc node -f @{parent,brother,first,second}
|
# bspc node -f @{parent,brother,first,second}
|
||||||
|
|
@ -70,8 +66,6 @@ super + ctrl + bracket{left,right}
|
||||||
bspc desktop -f {prev,next}.local
|
bspc desktop -f {prev,next}.local
|
||||||
|
|
||||||
# focus the last node/desktop
|
# focus the last node/desktop
|
||||||
# super + grave
|
|
||||||
# bspc node -f last
|
|
||||||
super + c
|
super + c
|
||||||
bspc node -f last
|
bspc node -f last
|
||||||
|
|
||||||
|
|
@ -110,8 +104,8 @@ super + ctrl + {1-9}
|
||||||
# bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
|
# bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel
|
||||||
|
|
||||||
# mark and send to preselected
|
# mark and send to preselected
|
||||||
super + ctrl + m
|
# super + ctrl + m
|
||||||
bspc node -g marked && bspc node newest.marked.local -n newest.!automatic.local
|
# bspc node -g marked && bspc node newest.marked.local -n newest.!automatic.local
|
||||||
|
|
||||||
#
|
#
|
||||||
# move/resize
|
# move/resize
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue