From 22d7c4d75fbc352a01a5d4715eaaaf0512d1471a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Oct 2015 21:04:02 -0400 Subject: Improve panel integration --- bspwm/bspwmrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bspwm') diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index dad610d..eb7db55 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -1,5 +1,7 @@ #! /bin/sh +export PANEL_HEIGHT=16 + bspc config border_width 2 bspc config window_gap 12 @@ -9,7 +11,7 @@ bspc config gapless_monocle true bspc config focus_by_distance true bspc config focused_border_color "#6F7372" -bspc config top_padding 26 +bspc config top_padding $PANEL_HEIGHT bspc config focus_follows_pointer true bspc monitor -d 1 2 3 4 5 6 7 8 9 -- cgit v1.2.1