From 79dced4858d77a69dde7d1c4088490f9e8a3035e Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 15 Jul 2021 17:20:29 +0200 Subject: [PATCH] reduced window gap and few minor changes --- .config/bspwm/bspwmrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 82c1174..8263b04 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -2,17 +2,17 @@ # MONITORS # if [[ "$(uname -n)" == *'desktop'* ]]; then - bspc monitor HDMI-0 -d 1 2 3 4 5 - bspc monitor HDMI-1 -d 6 7 8 9 10 + bspc monitor HDMI-0 -d 1 2 3 4 5 + bspc monitor HDMI-1 -d 6 7 8 9 10 else - bspc monitor -d 1 2 3 4 5 6 7 8 9 + bspc monitor -d 1 2 3 4 5 6 7 8 9 fi # CONFIGURATION # bspc config border_width 2 -bspc config window_gap 7 -bspc config split_ratio 0.50 +bspc config window_gap 5 +bspc config split_ratio 0.5 bspc config borderless_monocle true bspc config gapless_monocle true bspc config focus_follows_pointer true