diff options
Diffstat (limited to 'config/sxhkd')
-rw-r--r-- | config/sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 40ddc7e..7e4f781 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -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 stick=off; + bspc node focused -g sticky=off; super + ctrl + f bspc node -t \~fullscreen |