|
|
@ -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 =({
|
|
|
|
})}
|
|
|
|
})}
|
|
|
|
)
|
|
|
|
)
|
|
|
|