From b1f76d6ac22f9018abc375eb095b67a9a21470f3 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 5 Mar 2026 16:52:42 +0000 Subject: [PATCH] fix(hypr): increase length of workspace swap animation Far too low before, originally done for the gesture speed, but affected actually swapping between workspaces with the keyboard far more. --- .config/hypr/decoration.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/decoration.conf b/.config/hypr/decoration.conf index 4c8d57f..5c8df2d 100644 --- a/.config/hypr/decoration.conf +++ b/.config/hypr/decoration.conf @@ -54,7 +54,7 @@ animations { animation = windowsOut, 1, 4, breeze, slidefade # Workspaces: airy glide, finishes fast - animation = workspaces, 1, 1, overshoot, slidefade + animation = workspaces, 1, 5, overshoot, slidefade # Subtle polish animation = fade, 1, 4, breeze