From 5f7c3bfca71a2bb4f49714aed731120b599c10d2 Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 20 May 2025 16:36:13 +0200 Subject: [PATCH] i3: update rules for shadows --- i3/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/i3/config b/i3/config index 1fd87b7..dcbe31e 100644 --- a/i3/config +++ b/i3/config @@ -14,10 +14,11 @@ exec --no-startup-id picom \ --shadow-offset-x=-12 \ --shadow-offset-y=-9 \ --shadow-exclude='x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' \ - --shadow-exclude='class_g ?= "i3-frame"' \ - --shadow-exclude='class_g = "org.mozilla.firefox" && argb' \ - --shadow-exclude='class_g = "org.mozilla.thunderbird" && argb' \ + --shadow-exclude='class_g = "i3-frame"' \ + --shadow-exclude='class_g = "Google-chrome" && argb' \ --shadow-exclude='class_g = "TelegramDesktop" && argb' \ + --shadow-exclude='class_g = "net.thunderbird.Thunderbird" && argb' \ + --shadow-exclude='class_g = "org.mozilla.firefox" && argb' \ # [Appearance]