mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-18 15:46:43 +02:00
picom: Exclude slop from effects
Fixes an issue where maim selection was being affected by picom.
This commit is contained in:
parent
406e7db865
commit
190da5ed57
@ -19,7 +19,9 @@
|
|||||||
"window_type = 'tooltip'"
|
"window_type = 'tooltip'"
|
||||||
];
|
];
|
||||||
|
|
||||||
shadowExclude = fadeExclude;
|
shadowExclude = fadeExclude ++ [
|
||||||
|
"class_g = 'slop'"
|
||||||
|
];
|
||||||
|
|
||||||
opacityRules = [
|
opacityRules = [
|
||||||
"95:class_g = 'Thunar'"
|
"95:class_g = 'Thunar'"
|
||||||
@ -33,6 +35,7 @@
|
|||||||
|
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
"class_g = 'Nemo-desktop'"
|
"class_g = 'Nemo-desktop'"
|
||||||
|
"class_g = 'slop'"
|
||||||
];
|
];
|
||||||
|
|
||||||
clip-shadow-above = [
|
clip-shadow-above = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user