diff --git a/system/.config/picom/picom.conf b/system/.config/picom/picom.conf index 4bfb7e8..bc1035e 100644 --- a/system/.config/picom/picom.conf +++ b/system/.config/picom/picom.conf @@ -18,7 +18,7 @@ opacity-rule = [ ]; # Shadows -shadow = true; +shadow = false; shadow-exclude = [ "name = 'Polybar tray window'", "class_g = 'Polybar'" @@ -26,11 +26,15 @@ shadow-exclude = [ blur: { - method = "gaussian"; - size = 20; - deviation = 5.0; + method = "dual_kawase"; + strength = 5; + background = false; + background-frame = false; + background-fixed = false; }; +corner-radius = 0; + # Performance improvements unredir-if-possible = true; backend = "glx";