1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Added fullscreen rule

This commit is contained in:
Ryan Kes 2020-04-12 11:11:43 +02:00
parent 385d9beb22
commit 594276eabc

View File

@ -69,6 +69,7 @@ bspc config window_gap 4
bspc rule -a "Syncthing GTK" state=floating bspc rule -a "Syncthing GTK" state=floating
bspc rule -a Gimp state=floating follow=on bspc rule -a Gimp state=floating follow=on
bspc rule -a float state=floating bspc rule -a float state=floating
bspc rule -a fullscreen state=fullscreen
bspc rule -a Spotify desktop='^4' bspc rule -a Spotify desktop='^4'
bspc rule -a Spt desktop='^4' bspc rule -a Spt desktop='^4'
bspc rule -a Emacs state=tiled bspc rule -a Emacs state=tiled