This commit is contained in:
Ray Elliott 2026-01-19 23:17:27 +00:00
parent 025cad01d4
commit 7d8f57b57a
1 changed files with 5 additions and 3 deletions

View File

@ -33,7 +33,9 @@ bspc rule -a 188.68.166.184 state=fullscreen follow=on
xsetroot -cursor_name left_ptr
# note after system theme changes these also get set in
# ~/projects/os-dark-light-theme/scripts/refresh-apps.sh
bspc config border_width 3
bspc config focused_border_color '#ff0000'
bspc config active_border_color '#dddddd'
bspc config normal_border_color '#dddddd'
bspc config focused_border_color '#dd0000'
bspc config active_border_color '#eeeeee'
bspc config normal_border_color '#eeeeee'