picom: Exclude slop from effects

Fixes an issue where maim selection was being affected by picom.
This commit is contained in:
Donovan Glover 2024-09-04 19:37:11 -04:00
parent 406e7db865
commit 190da5ed57
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -19,7 +19,9 @@
"window_type = 'tooltip'"
];
shadowExclude = fadeExclude;
shadowExclude = fadeExclude ++ [
"class_g = 'slop'"
];
opacityRules = [
"95:class_g = 'Thunar'"
@ -33,6 +35,7 @@
blur-background-exclude = [
"class_g = 'Nemo-desktop'"
"class_g = 'slop'"
];
clip-shadow-above = [