ricefields/hypr/LilieshBase/animations.conf
2025-05-31 19:34:27 +02:00

15 lines
479 B
Text

animations {
enabled = yes
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier
animation = windowsIn, 1, 4, default, slide
animation = windowsOut, 1, 7, default, slide
animation = border, 1, 10, default
animation = borderangle, 1, 7, default
animation = fade, 1, 7, default
animation = workspaces, 1, 6, default, slide
}