diff options
author | listout <listout@protonmail.com> | 2022-01-09 22:55:45 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-09 22:55:45 +0530 |
commit | e2e0adacee99dcb79179d4c1d25bfcedbbec36eb (patch) | |
tree | 43f575847e3ea92c65ce448372cd0e874319371c /.config | |
parent | b14b09e5b3899e72daa2a4e30e009ebbc39a1ef6 (diff) |
Changed focus and not focused window border
Diffstat (limited to '.config')
-rwxr-xr-x | .config/bspwm/bspwmrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index e1ce6ac..9e4ad6c 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -20,8 +20,8 @@ bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true -bspc config normal_border_color '#9e9e9e' -bspc config focused_border_color '#ebebeb' +bspc config normal_border_color '#44495e' +bspc config focused_border_color '#b1dba4' wmname LG3D |