Use default focus color

This commit is contained in:
Deon Spengler
2015-04-17 18:03:30 +02:00
parent 4fba27d0a7
commit 1e3ef7982f

View File

@@ -11,16 +11,17 @@ bspc config focus_by_distance true
bspc config auto_cancel true bspc config auto_cancel true
# color # color
bspc config focused_border_color "#7e7f89" #bspc config focused_border_color "#517ba2"
# desktops # desktops
bspc monitor -d term web games misc bspc monitor -d term web games misc
# application rules # application rules
bspc rule -a Chromium desktop=web bspc rule -a Chromium desktop=web
bspc rule -a Steam desktop=games
# hotkey daemon # hotkey daemon
sxhkd & sxhkd &
# panel # panel
~/.config/bspwm/panel & /home/deons/.config/bspwm/panel &