Fix rofi animations
This commit is contained in:
parent
f88063f53c
commit
19b4536b4f
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue