Added shortcuts for moving a node to a different desktop in sxhkd
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
cda496d823
commit
78f04a4b04
@ -25,9 +25,12 @@ super + {t,s,f}
|
|||||||
#Focus the node in the given direction
|
#Focus the node in the given direction
|
||||||
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 or send to the given desktop
|
#Focus the given desktop
|
||||||
super + {_,shift + }{1-9,0}
|
super + {ampersand,eacute,quotedbl,apostrophe,parenleft,minus,egrave,underscore,ccedilla,agrave}
|
||||||
bspc {desktop -f,node -d} '^{1-9,10}'
|
bspc desktop -f '^{1,2,3,4,5,6,7,8,9,0}'
|
||||||
|
#Send and follow to the given desktop
|
||||||
|
super + shift + {1,2,3,4,5,6,7,8,9,0}
|
||||||
|
bspc node -d {'I','II','III','IV','V','VI','VII','VIII','IX','X'} --follow
|
||||||
#Preselect the direction
|
#Preselect the direction
|
||||||
super + ctrl + {h,j,k,l}
|
super + ctrl + {h,j,k,l}
|
||||||
bspc node -p {west,south,north,east}
|
bspc node -p {west,south,north,east}
|
||||||
|
Loading…
Reference in New Issue
Block a user