mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-15 06:06:40 +02:00
picom: don't blur coord window
This commit is contained in:
parent
68d0641efb
commit
b6ee747e84
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
shadowExclude = fadeExclude ++ [
|
shadowExclude = fadeExclude ++ [
|
||||||
"class_g = 'slop'"
|
"class_g = 'slop'"
|
||||||
|
"class_g = 'coord'"
|
||||||
];
|
];
|
||||||
|
|
||||||
opacityRules = [
|
opacityRules = [
|
||||||
@ -35,6 +36,7 @@
|
|||||||
|
|
||||||
blur-background-exclude = [
|
blur-background-exclude = [
|
||||||
"class_g = 'slop'"
|
"class_g = 'slop'"
|
||||||
|
"class_g = 'coord'"
|
||||||
];
|
];
|
||||||
|
|
||||||
clip-shadow-above = [
|
clip-shadow-above = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user