From 291a53fcc30a6fd46514d294618d82a771875bf6 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Mon, 24 Aug 2020 19:38:44 +0200 Subject: [PATCH] Adjust picom configuration Signed-off-by: Severin Kaderli --- system/.config/picom/picom.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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";