From 0506b1fa6d4ec69001f74e330131aadbc4cf77fa Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 5 Mar 2026 11:01:27 +0000 Subject: [PATCH] fix(hypr): separate two different animations The overshoot animation applied to all windows and looked strange on windows. --- .config/hypr/decoration.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/hypr/decoration.conf b/.config/hypr/decoration.conf index c0a34e9..4c8d57f 100644 --- a/.config/hypr/decoration.conf +++ b/.config/hypr/decoration.conf @@ -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