aboutsummaryrefslogtreecommitdiff
path: root/.config/picom
diff options
context:
space:
mode:
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;