Skip to content

Commit 08ef46a

Browse files
committed
picom: disable shadow in thunderbird
1 parent db0765e commit 08ef46a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.picom/picom.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ shadow-offset-y = -5;
77
shadow-exclude = [
88
"class_g = 'firefox' && argb",
99
"class_g = 'i3-frame'",
10-
"class_g = 'TelegramDesktop' && argb"
10+
"class_g = 'TelegramDesktop' && argb",
11+
"class_g = 'thunderbird' && argb"
1112
];
1213

1314
# Fading

0 commit comments

Comments
 (0)