diff options
author | listout <listout@protonmail.com> | 2021-09-04 21:15:04 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-04 21:15:04 +0530 |
commit | a9ba8175307f49b658f02d6e9bc2836393b0341b (patch) | |
tree | 61216d74250a315deaf0fe8219bcb6535b3105fc /.config | |
parent | deeea58d0a157afe3d518217aed439fb04e0374b (diff) |
matching borders
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 bb18e1b..85ab010 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -15,8 +15,8 @@ bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true -bspc config normal_border_color '#2e313d' -bspc config focused_border_color '#5b5f71' +bspc config normal_border_color '#9e9e9e' +bspc config focused_border_color '#ebebeb' wmname LG3D |