Halve hyprwinview animation speed

This commit is contained in:
2026-04-30 09:06:20 -07:00
parent 385b28d6a4
commit d9ea8b0e1f

View File

@@ -214,7 +214,7 @@ local function apply_hyprwinview_config()
animation = "workspace_zoom",
animation_in_ms = 340,
animation_out_ms = 260,
animation_speed = 1.0,
animation_speed = 0.5,
animation_scale = 0.94,
animation_stagger_ms = 16,
animation_stagger_max_ms = 120,