From 8a830941a9567f43bb0df9d93d124c1457760b24 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: Update --- .config/picom/picom.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/picom/picom.conf') 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; -- cgit v1.3-2-g0d8e