fix(hyprland): increase hyprland window animation speed

Was too slow, got really annoying
This commit is contained in:
2026-04-06 20:44:33 +01:00
parent b55b45f25e
commit 30425fa1e4

View File

@@ -54,11 +54,11 @@ animations {
animation = windowsOut, 1, 4, breeze, slidefade
# Workspaces: airy glide, finishes fast
animation = workspaces, 1, 10, overshoot, slidefade
animation = workspaces, 1, 4, overshoot, slidefade
# Subtle polish
animation = fade, 1, 4, breeze
animation = windowsMove, 1, 3, breeze
animation = windowsMove, 1, 1, breeze
animation = border, 1, 3, breeze
}