From d5ce4b4b194a17074f67733e3caee08fcfd030ef Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 5 Mar 2026 10:29:20 +0000 Subject: [PATCH] feat(hypr): update beizer animation for smoother workspace swaps Workspace swaps with no overshoot felt slightly clunky. Adding a small overshoot makes it feel more smooth and Mac-like. --- .config/hypr/decoration.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/hypr/decoration.conf b/.config/hypr/decoration.conf index f4bb16c..4521159 100644 --- a/.config/hypr/decoration.conf +++ b/.config/hypr/decoration.conf @@ -47,14 +47,14 @@ animations { enabled = yes # Light, fast easing — no bounce, no drag - bezier = breeze, 0.22, 0.61, 0.36, 1.0 + bezier = breeze, 0.22, 0.61, 0.36, 1.15 # Windows: quick, soft, intentional animation = windows, 1, 5, breeze, slidefade animation = windowsOut, 1, 4, breeze, slidefade # Workspaces: airy glide, finishes fast - animation = workspaces, 1, 5, breeze, slide + animation = workspaces, 1, 1, breeze, slidefade # Subtle polish animation = fade, 1, 4, breeze