mirror of https://github.com/Flinner/dots.git
refactor: remove uneeded bspc desktop rules
This commit is contained in:
parent
cbb8e1a16e
commit
7b035cf185
|
@ -29,9 +29,12 @@ bspc config pointer_follows_focus true
|
||||||
|
|
||||||
# bspc rule -a Gimp desktop='^8' state=floating follow=on
|
# bspc rule -a Gimp desktop='^8' state=floating follow=on
|
||||||
#bspc rule -a Chromium desktop='^1'
|
#bspc rule -a Chromium desktop='^1'
|
||||||
|
|
||||||
|
# these 2 rules are removed after the program starts, in ~/bin/autostart
|
||||||
bspc rule -a Thunderbird desktop='^8'
|
bspc rule -a Thunderbird desktop='^8'
|
||||||
bspc rule -a Dino desktop='^8'
|
|
||||||
bspc rule -a KeePassXC desktop='^8'
|
bspc rule -a KeePassXC desktop='^8'
|
||||||
|
|
||||||
|
bspc rule -a Dino desktop='^8'
|
||||||
bspc rule -a Peek state=floating
|
bspc rule -a Peek state=floating
|
||||||
bspc rule -a Connman-gtk state=floating
|
bspc rule -a Connman-gtk state=floating
|
||||||
bspc rule -a mplayer2 state=floating
|
bspc rule -a mplayer2 state=floating
|
||||||
|
|
Loading…
Reference in New Issue