Latest updates to DE
This commit is contained in:
parent
4f621f9874
commit
41c39315b6
26 changed files with 60 additions and 65 deletions
|
@ -18,7 +18,14 @@ animation-clamping = true;
|
|||
animations =({
|
||||
triggers = ["open"];
|
||||
preset = "appear";
|
||||
scale = 0.5;
|
||||
duration = 0.3
|
||||
},
|
||||
{
|
||||
triggers = ["geometry"];
|
||||
preset = "geometry-change";
|
||||
duration = 0.2
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
|
@ -300,4 +307,8 @@ rules = (
|
|||
triggers = ["close", "hide"];
|
||||
preset = "disappear";
|
||||
})},
|
||||
{match = "name = 'slop'"; blur-background =false; animations = ()})
|
||||
{match = "name = 'slop'"; blur-background =false; animations = ()},
|
||||
{match = "class_g = 'dwm'"; corner-radius=0},
|
||||
{ match = "fullscreen"; corner-radius = 0; },
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue