From 000cd90fa418fe538096ac12d89d86c41e734276 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Wed, 6 Dec 2023 16:48:21 -0600 Subject: [PATCH] little tweaks --- picom.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/picom.conf b/picom.conf index fa61980..11e3c5c 100644 --- a/picom.conf +++ b/picom.conf @@ -9,20 +9,18 @@ active-opacity = 0.85; inactive-opacity = 0.65; blur-background = true; blur-method = "dual_kawase"; - focus-exclude = [ "class_g = 'dwm'" ]; -shadow = true; +shadow = false; shadow-exclude = [ "class_g = 'dwm'", "class_g = 'dmenu'" ]; -corner-radius = 12; +corner-radius = 15; use-damage = false; - rounded-corners-exclude = [ "class_g = 'dwm'" ];