diff options
author | David Robillard <d@drobilla.net> | 2015-10-18 21:04:46 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-18 21:04:46 -0400 |
commit | cdc42e8508da2267290650e53304db4dd03e92e7 (patch) | |
tree | a0924be89154e2fa94535cd54417b2a3c03819a1 /bspwm | |
parent | 22d7c4d75fbc352a01a5d4715eaaaf0512d1471a (diff) | |
download | dotfiles-cdc42e8508da2267290650e53304db4dd03e92e7.tar.gz dotfiles-cdc42e8508da2267290650e53304db4dd03e92e7.tar.bz2 dotfiles-cdc42e8508da2267290650e53304db4dd03e92e7.zip |
More consistent colours
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 |