From c1884475b31cc3ede942cda20d4cdf01cd2a43db Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Fri, 10 Jul 2015 17:49:01 +0200 Subject: [PATCH] Less window_gap --- bspwm/bspwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index 8d6787a..1917886 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -16,7 +16,7 @@ bspc control --adopt-orphans bspc config border_width 1 bspc config -m $INTERN top_padding 14 -bspc config window_gap 8 +bspc config window_gap 2 bspc config split_ratio 0.5 bspc config borderless_monocle true bspc config gapless_monocle false