aboutsummaryrefslogtreecommitdiff
path: root/.config/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/picom.conf')
-rw-r--r--.config/picom.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/picom.conf b/.config/picom.conf
index 1649a3f..d1061f9 100644
--- a/.config/picom.conf
+++ b/.config/picom.conf
@@ -10,12 +10,18 @@ shadow-opacity = 0.3;
shadow-offset-y = -48;
shadow-offset-x = -48;
+detect-rounded-corners = true;
+detect-client-opacity = true;
+detect-transient = true;
+detect-client-leader = true;
+
blur-kern = "3x3box";
blur-method = "kawase";
-blur-strength = 12;
+blur-strength = 15;
blur-background-exclude = [
"class_g = 'Polybar'",
+ "class_g = 'Brave'",
"class_g = 'firefox' && !I3_FLOATING_WINDOW@:c"
]