Add preselect commands

This commit is contained in:
Evie Litherland-Smith 2023-04-05 09:53:20 +01:00
parent 961a02ad16
commit ebc14e3d93

View file

@ -30,6 +30,12 @@
"super + {grave,Tab}" = "bspc {node,desktop} -f last"; "super + {grave,Tab}" = "bspc {node,desktop} -f last";
"super + {_,shift + }{1-8}" = "bspc {desktop -f,node -d} '^{1-8}'"; "super + {_,shift + }{1-8}" = "bspc {desktop -f,node -d} '^{1-8}'";
# Preselect
"super + ctrl + {h,j,k,l}" = "bspc node -p {west,south,north,east}";
"super + ctrl + {1-9}" = "bspc node -o 0.{1-9}";
"super + ctrl + space" = "bspc node -p cancel";
"super + ctrl + shift + space" = "bspc query -N -d | xargs -I id -n 1 bspc node id -p cancel";
# screenshot # screenshot
"Print" = "flameshot gui"; "Print" = "flameshot gui";