fix(hypr): separate two different animations

The overshoot animation applied to all windows and looked strange on
windows.
This commit is contained in:
2026-03-05 11:01:27 +00:00
parent d91355f602
commit 0506b1fa6d

View File

@@ -46,15 +46,15 @@ decoration {
animations {
enabled = yes
# Light, fast easing — no bounce, no drag
bezier = breeze, 0.22, 0.61, 0.36, 1.15
bezier = overshoot, 0.22, 0.61, 0.36, 1.15
bezier = breeze, 0.22, 0.61, 0.36, 1.0
# Windows: quick, soft, intentional
animation = windows, 1, 5, breeze, slidefade
animation = windowsOut, 1, 4, breeze, slidefade
# Workspaces: airy glide, finishes fast
animation = workspaces, 1, 1, breeze, slidefade
animation = workspaces, 1, 1, overshoot, slidefade
# Subtle polish
animation = fade, 1, 4, breeze