Fix picom config: exclude telegram

This commit is contained in:
rydesun 2023-03-01 22:22:16 +08:00
parent a49be771f8
commit 6653c9b9e9

View file

@ -9,6 +9,7 @@ shadow-offset-y = -32
shadow-opacity = 0.48
shadow-exclude = [
"_GTK_FRAME_EXTENTS@:c",
"class_g = 'firefox' && window_type = 'utility'",
"class_g = 'Tor Browser' && window_type = 'utility'",
"class_g = 'Thunderbird' && window_type = 'utility'"
@ -42,6 +43,7 @@ rounded-corners-exclude = [
blur-method = "dual_kawase"
blur-strength = 6
blur-background-exclude = [
"_GTK_FRAME_EXTENTS@:c",
"class_g = 'Peek'"
];