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