1
0
Fork 0

picom fixes

This commit is contained in:
Luca Bilke 2024-03-12 15:56:04 +01:00
parent fb6aedec07
commit b614555f0d
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 12 additions and 3 deletions

View File

@ -28,9 +28,19 @@ blur-background-exclude = [
"class_g = 'Dunst'",
"class_g = 'Thunderbird'",
"class_g = 'slop'",
"class_g = 'xsecurelock-dimmer'",
"_GTK_FRAME_EXTENTS@:c",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"class_g = 'xsecurelock-dimmer'"
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];
transparent-clipping = true;
transparent-clipping-exclude = [
"class_g = 'Dunst'",
"class_g = 'Thunderbird'",
"class_g = 'slop'",
"class_g = 'xsecurelock-dimmer'",
"_GTK_FRAME_EXTENTS@:c",
"_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
];
# Opacity
@ -60,7 +70,6 @@ vsync = true;
unredir-if-possible = true;
detect-transient = true;
detect-client-leader = true;
transparent-clipping = true;
crop-shadow-to-moniter = true;
# GLX backend