mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01: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'"
|
||||
];
|
||||
|
||||
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user