update
This commit is contained in:
parent
7fe940c3c4
commit
634dc22043
4
bspwmrc
4
bspwmrc
|
|
@ -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 &
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue