From b16695b5744e1d80cd90a786d098c868b9d9b048 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 30 Apr 2026 10:20:54 -0700 Subject: [PATCH] Speed up 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 7c774c15..79bd0d8b 100644 --- a/dotfiles/config/hypr/hyprland.lua +++ b/dotfiles/config/hypr/hyprland.lua @@ -213,8 +213,8 @@ local function apply_hyprwinview_config() app_icon_backplate_padding = 6, animation = "workspace_zoom", animation_in_ms = 340, - animation_out_ms = 260, - animation_speed = 0.25, + animation_out_ms = 170, + animation_speed = 0.5, animation_scale = 0.94, animation_stagger_ms = 16, animation_stagger_max_ms = 120,