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:
Louis Vallat 2021-11-16 22:06:43 +01:00
parent cda496d823
commit 78f04a4b04
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -25,9 +25,12 @@ super + {t,s,f}
#Focus the node in the given direction
super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
#Focus or send to the given desktop
super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}'
#Focus the given desktop
super + {ampersand,eacute,quotedbl,apostrophe,parenleft,minus,egrave,underscore,ccedilla,agrave}
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
super + ctrl + {h,j,k,l}
bspc node -p {west,south,north,east}