diff options
Diffstat (limited to 'config/sxhkd/sxhkdrc')
| -rw-r--r-- | config/sxhkd/sxhkdrc | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 7e4f781..d8811c5 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -45,7 +45,7 @@ super + Return  # open pdf viewer  super + z -		curl --output - $(xsel) | zathura - +		curl -SsL --output - $(xsel) | zathura -  # open video player  super + v  	mpv --player-operation-mode=pseudo-gui $(xsel) @@ -73,7 +73,7 @@ super + i  # open audio mixer  super + semicolon -	bspc rule -a \* -o state=floating && $TERMINAL -e pulsemixer +	bspc rule -a \* -o state=floating && $TERMINAL -e pulsemixer   # xkill  ctrl + alt + Escape @@ -233,7 +233,7 @@ super + f  super + d      [ -z "$(bspc query -N -n focused.sticky)" ] && \          bspc node focused -g sticky=on || \ -        bspc node focused -g sticky=off; +        bspc node focused -g stick=off;  super + ctrl + f  	bspc node -t \~fullscreen @@ -268,9 +268,9 @@ super + {_, shift +} Tab  # focus or send to the given desktop  super + {_,shift + }{1,2,3,4,5,6,7,8,9}  	bspc {desktop -f,node -d} '{a1,a2,a3,a4,a5,a6,a7,a8,a9}' -super + alt + {_,shift + }{1,2,3,4,5,6,7,8,9} -	bspc {desktop -f,node -d} '{b1,b2,b3,b4,b5,b6,b7,b8,b9}'  super + ctrl + {_,shift + }{1,2,3,4,5,6,7,8,9} +	bspc {desktop -f,node -d} '{b1,b2,b3,b4,b5,b6,b7,b8,b9}' +super + alt + {_,shift + }{1,2,3,4,5,6,7,8,9}  	bspc {desktop -f,node -d} '{c1,c2,c3,c4,c5,c6,c7,c8,c9}'  | 
