From 937d11aeb807657466c5c3d85ae9d3d98721ecce Mon Sep 17 00:00:00 2001 From: DerTyp7 Date: Sat, 18 Oct 2025 02:55:37 +0200 Subject: [PATCH] Make animations more snappy --- hypr/config/animations.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hypr/config/animations.conf b/hypr/config/animations.conf index 5d410a4..e597db1 100644 --- a/hypr/config/animations.conf +++ b/hypr/config/animations.conf @@ -6,11 +6,11 @@ animations { enabled = yes + bezier = myBezier, 0.05, 0.2, 0.1, 1.05 - animation = windows, 1, 0.3, myBezier - animation = windowsOut, 1, 0.5, default, popin 80% + animation = windows, 1, 0.1, myBezier + animation = windowsOut, 1, 0.1, default animation = border, 1, 2, default - animation = fade, 1, 5, default animation = workspaces, 1, 3, default }