diff options
Diffstat (limited to 'config/sxhkd/sxhkdrc')
-rw-r--r-- | config/sxhkd/sxhkdrc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/config/sxhkd/sxhkdrc b/config/sxhkd/sxhkdrc index 80feba1..7f87bbd 100644 --- a/config/sxhkd/sxhkdrc +++ b/config/sxhkd/sxhkdrc @@ -17,7 +17,6 @@ super + ctrl + alt + f {XF86AudioMute} amixer -D pulse set Master 1+ toggle -# runner super + r rofi -show drun -show-icons @@ -220,15 +219,18 @@ super + {_,shift +}w # float the window super + f - if [ -z "$(bspc query -N -n focused.floating)" ]; then \ - bspc node focused -t floating; \ - else \ - bspc node focused -t tiled; \ - fi + [ -z "$(bspc query -N -n focused.floating)" ] && \ + bspc node focused -t floating || \ + bspc node focused -t tiled; super + ctrl + f bspc node -t \~fullscreen +# pseudotile +super + p + bspc node focused -t pseudo_tiled + + # # focus/swap # |