This commit is contained in:
Ray Elliott 2026-01-27 13:32:50 +00:00
parent 584689af6a
commit cb95e48d0f
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ xsetroot -cursor_name left_ptr
# ~/projects/os-dark-light-theme/scripts/refresh-apps.sh # ~/projects/os-dark-light-theme/scripts/refresh-apps.sh
bspc config border_width 3 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 '#999999'
bspc config normal_border_color '#eeeeee' bspc config normal_border_color '#999999'
# autostart # autostart
# pgrep -x deckboard >/dev/null || deckboard & # pgrep -x deckboard >/dev/null || deckboard &