From 5d1a5573fe6c5a80e523979a3b725eff0913065e Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 12 Feb 2015 19:48:26 +0100 Subject: add bspwm and sxhkd confs --- config/bspwm/colors | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 config/bspwm/colors (limited to 'config/bspwm/colors') diff --git a/config/bspwm/colors b/config/bspwm/colors new file mode 100755 index 0000000..63977ca --- /dev/null +++ b/config/bspwm/colors @@ -0,0 +1,6 @@ +#! /bin/sh +source ~/.colors + +bspc config focused_border_color $COLOR11 +bspc config active_border_color $COLOR11 +bspc config normal_border_color $COLOR0 -- cgit v1.2.3-54-g00ecf