1
0
Fork 0

fix(bspwm): adjust border width

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-03-11 23:48:27 -04:00
parent dc7ea552d0
commit 6a3b9cba5c
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -4,7 +4,7 @@ pgrep -x sxhkd > /dev/null || sxhkd &
bspc monitor -d 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 bspc monitor -d 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
bspc config border_width 3 bspc config border_width 2
bspc config normal_border_color "#919191" bspc config normal_border_color "#919191"
bspc config focused_border_color "#FF6054" bspc config focused_border_color "#FF6054"
bspc config presel_feedback_color "#CCCCCC" bspc config presel_feedback_color "#CCCCCC"