1
0
Fork 0

add thunderbird to picom blur exclude

This commit is contained in:
Luca Bilke 2024-02-06 20:26:05 +01:00
parent 10f1c55d47
commit 5cf8492cae

View file

@ -26,6 +26,7 @@ blur-kern = "3x3box";
blur-strength = 7;
blur-background-exclude = [
"class_g = 'Dunst'",
"class_g *= 'Thunderbird'",
"class_g *= 'slop'",
"_GTK_FRAME_EXTENTS@:c",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"