From 9ccb100294a103a6687fe273bf7046bcfd1f7d38 Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 2 Nov 2020 00:11:05 -0500 Subject: [PATCH] Modify bspwm and picom better for polybar --- .config/bspwm/bspwmrc | 2 +- .config/picom/picom.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 541cbbb..1bb4e41 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -13,7 +13,7 @@ bspc monitor -d I II III IV V VI VII bspc config border_width 2 bspc config window_gap 8 -bspc config top_padding 0 +bspc config top_padding -8 bspc config split_ratio 0.52 bspc config borderless_monocle true diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 2b12ecd..f74e8bf 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -10,11 +10,11 @@ fade-delta = 5 inactive-opacity = 0.85 blur-background = true -blur-kern = "11x11gaussian" +blur-kern = "7x7box" vsync = true wintypes: { - dock = { full-shadow = true; }; + dock = { shadow = false; }; };