From 30425fa1e4a98cabef8e8f9464a200fed92453c6 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Mon, 6 Apr 2026 20:44:33 +0100 Subject: [PATCH] fix(hyprland): increase hyprland window animation speed Was too slow, got really annoying --- .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 5b742a8..2e58667 100644 --- a/.config/hypr/decoration.conf +++ b/.config/hypr/decoration.conf @@ -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 }