From 3fca240a2f33e9cad3b2f86c0c37f38e40765d60 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 9 Jun 2025 23:35:30 +0200 Subject: [PATCH] i3: revert chrome shadows --- i3/config | 1 - 1 file changed, 1 deletion(-) diff --git a/i3/config b/i3/config index dcbe31e..a7427fb 100644 --- a/i3/config +++ b/i3/config @@ -15,7 +15,6 @@ exec --no-startup-id picom \ --shadow-offset-y=-9 \ --shadow-exclude='x <= 0 && x2 >= 1920 && y <= 30 && y2 >= 1020' \ --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' \