From adf4523914686ceee7cce4eefd6373a787ee9bf7 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Tue, 23 Jun 2015 20:03:09 +0200 Subject: [PATCH] Added default colors to bspwmrc --- bspwm/bspwmrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index 25baeda..8d6787a 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -26,6 +26,10 @@ bspc config auto_cancel true bspc config ignore_ewmh_focus true bspc config remove_disabled_monitor true +bspc config active_border_color "#545350" +bspc config focused_border_color "#7E7F89" + + bspc rule -a viewnior floating=true bspc rule -a feh floating=true bspc rule -a mpv floating=true