Add rule to remove blur for slop

master
Alex Selimov 4 weeks ago
parent f66128e80f
commit f88063f53c

@ -158,7 +158,7 @@ shadow-exclude = [];
# Fade windows in/out when opening/closing and when opacity changes,
# unless no-fading-openclose is used.
fading = true
fading = false
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
# fade-in-step = 0.028
@ -478,5 +478,7 @@ rules = (
triggers = ["open"];
preset = "slide-in";
direction ="right"
})},
{match = "name = 'slop'"; blur-background =false; animations =({
})}
)

Loading…
Cancel
Save