feat(home): Disable inactive blurring altogether

This commit is contained in:
punkfairie 2025-01-04 11:21:45 -08:00
parent a3d78e5233
commit fc9f2f7db5
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -40,14 +40,12 @@ in {
fade-out-step = 0.03;
# Transparency / Opacity - - - - - - - - - - - - - - - - - - - - - - -
inactive-opacity = 0.7;
inactive-opacity = 0.9;
active-opacity = 0.9;
frame-opacity = 0.7;
inactive-opacity-override = false;
focus-exclude = [ "class_g = 'Cairo-clock'" ];
opacity-rule = [
"100:class_g = 'firefox'",
"100:class_g = 'zen-alpha'",
"60:class_g = 'dolphin'",
"50:class_g = 'cava'"
];