diff options
Diffstat (limited to 'bspwm')
-rwxr-xr-x | bspwm/bspwmrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index eb7db55..622751e 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -10,6 +10,7 @@ bspc config borderless_monocle true bspc config gapless_monocle true bspc config focus_by_distance true +bspc config normal_border_color "#2D3232" bspc config focused_border_color "#6F7372" bspc config top_padding $PANEL_HEIGHT bspc config focus_follows_pointer true |