From 385b28d6a4be37d643c0d2db6f8096bd1e1ce039 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 30 Apr 2026 09:02:36 -0700 Subject: [PATCH] Slow hyprwinview animation --- dotfiles/config/hypr/hyprland.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/hypr/hyprland.lua b/dotfiles/config/hypr/hyprland.lua index 589ae26d..73d52c3c 100644 --- a/dotfiles/config/hypr/hyprland.lua +++ b/dotfiles/config/hypr/hyprland.lua @@ -212,8 +212,8 @@ local function apply_hyprwinview_config() app_icon_backplate_col = "rgba(00000066)", app_icon_backplate_padding = 6, animation = "workspace_zoom", - animation_in_ms = 280, - animation_out_ms = 220, + animation_in_ms = 340, + animation_out_ms = 260, animation_speed = 1.0, animation_scale = 0.94, animation_stagger_ms = 16,