Add disappear animations

master
Alex Selimov 4 weeks ago
parent 48bcd53d76
commit f66128e80f

@ -18,7 +18,12 @@ animation-clamping = true;
animations =({ animations =({
triggers = ["open"]; triggers = ["open"];
preset = "appear"; preset = "appear";
}) },
{
triggers = ["close"];
preset = "disappear";
}
)
############################################################################## ##############################################################################
@ -468,37 +473,6 @@ log-level = "warn";
# set, and doesn't want certain window to cause unnecessary screen redirection, # set, and doesn't want certain window to cause unnecessary screen redirection,
# you can set this to `true`. # you can set this to `true`.
# #
wintypes:
{
dialog = {
shadow = false;
};
dnd = {
shadow = false;
};
dropdown_menu = {
shadow = false;
};
menu = {
shadow = false;
full-shadow = true;
};
popup_menu = {
shadow = false;
full-shadow = true;
};
tooltip = {
fade = true;
shadow = true;
full-shadow = false;
};
utility = {
shadow = false;
};
}
rules = ( rules = (
{match = "name = 'Dunst'" animations =({ {match = "name = 'Dunst'" animations =({
triggers = ["open"]; triggers = ["open"];

Loading…
Cancel
Save