From 1bc58095b59d2ef0a63c8b9a080d7b81b8d54455 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 30 Apr 2026 09:07:12 -0700 Subject: [PATCH] Quarter hyprwinview animation speed --- dotfiles/config/hypr/hyprland.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/hypr/hyprland.lua b/dotfiles/config/hypr/hyprland.lua index e35b00e2..6a6dd927 100644 --- a/dotfiles/config/hypr/hyprland.lua +++ b/dotfiles/config/hypr/hyprland.lua @@ -214,7 +214,7 @@ local function apply_hyprwinview_config() animation = "workspace_zoom", animation_in_ms = 340, animation_out_ms = 260, - animation_speed = 0.5, + animation_speed = 0.25, animation_scale = 0.94, animation_stagger_ms = 16, animation_stagger_max_ms = 120,