This commit is contained in:
Ray Elliott 2026-01-21 21:09:25 +00:00
parent 7fe940c3c4
commit 634dc22043
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,7 @@ bspc config directional_focus_tightness low
bspc config external_rules_command ~/.config/bspwm/external.sh bspc config external_rules_command ~/.config/bspwm/external.sh
bspc rule -a deckboard desktop='^0_e' follow=on
bspc rule -a Gcolor3 state=floating follow=on bspc rule -a Gcolor3 state=floating follow=on
bspc rule -a mpv state=floating follow=on bspc rule -a mpv state=floating follow=on
bspc rule -a Gvim state=floating follow=on bspc rule -a Gvim state=floating follow=on
@ -39,3 +40,6 @@ bspc config border_width 3
bspc config focused_border_color '#dd0000' bspc config focused_border_color '#dd0000'
bspc config active_border_color '#eeeeee' bspc config active_border_color '#eeeeee'
bspc config normal_border_color '#eeeeee' bspc config normal_border_color '#eeeeee'
# autostart
pgrep -x deckboard >/dev/null || deckboard &