Latest updates to DE

This commit is contained in:
Alex Selimov 2025-05-26 22:27:48 -04:00
parent 4f621f9874
commit 41c39315b6
26 changed files with 60 additions and 65 deletions

View file

@ -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; },
)