Fix rofi animations

master
Alex Selimov 4 weeks ago
parent f88063f53c
commit 19b4536b4f

@ -19,10 +19,6 @@ animations =({
triggers = ["open"]; triggers = ["open"];
preset = "appear"; preset = "appear";
}, },
{
triggers = ["close"];
preset = "disappear";
}
) )
@ -479,6 +475,10 @@ rules = (
preset = "slide-in"; preset = "slide-in";
direction ="right" direction ="right"
})}, })},
{match = "class_g ~= 'Rofi'" animations =({
triggers = ["close", "hide"];
preset = "disappear";
})},
{match = "name = 'slop'"; blur-background =false; animations =({ {match = "name = 'slop'"; blur-background =false; animations =({
})} })}
) )

Loading…
Cancel
Save