aboutsummaryrefslogtreecommitdiff
path: root/.config/picom
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:41 -0500
committerXander Swan <email>2025-12-03 10:00:41 -0500
commit8a830941a9567f43bb0df9d93d124c1457760b24 (patch)
tree065a442f33915d9b58dcc8edd6c3fa2e9eeaa2e3 /.config/picom
parenta9543507cd947954a28e68d967f981cf389f4ee9 (diff)
Update
Diffstat (limited to '.config/picom')
-rw-r--r--.config/picom/picom.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index 5bf675b..1dcff65 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -2,7 +2,9 @@ shadow = true;
shadow-radius = 15;
shadow-offset-x = -15;
shadow-offset-y = -7;
-shadow-exclude = [];
+shadow-exclude = [
+ "class_g = 'i3-frame' && argb",
+];
fading = true;
fade-in-step = 0.1;