Fix rofi animations
This commit is contained in:
parent
f88063f53c
commit
19b4536b4f
@ -19,10 +19,6 @@ animations =({
|
||||
triggers = ["open"];
|
||||
preset = "appear";
|
||||
},
|
||||
{
|
||||
triggers = ["close"];
|
||||
preset = "disappear";
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@ -479,6 +475,10 @@ rules = (
|
||||
preset = "slide-in";
|
||||
direction ="right"
|
||||
})},
|
||||
{match = "class_g ~= 'Rofi'" animations =({
|
||||
triggers = ["close", "hide"];
|
||||
preset = "disappear";
|
||||
})},
|
||||
{match = "name = 'slop'"; blur-background =false; animations =({
|
||||
})}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user