From 634dc220431f5cfdbaf99534ad4f7c864bb1268f Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 21 Jan 2026 21:09:25 +0000 Subject: [PATCH] update --- bspwmrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bspwmrc b/bspwmrc index 559854b..083490d 100755 --- a/bspwmrc +++ b/bspwmrc @@ -23,6 +23,7 @@ bspc config directional_focus_tightness low 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 mpv 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 active_border_color '#eeeeee' bspc config normal_border_color '#eeeeee' + +# autostart +pgrep -x deckboard >/dev/null || deckboard &