From 59544dc14c436877109a6bce11dd4f655e79f893 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 28 Oct 2023 13:03:42 -0400 Subject: [PATCH] feat(hypr): change windowMove bezier --- hosts/wim/config/hypr/main.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/wim/config/hypr/main.conf b/hosts/wim/config/hypr/main.conf index 4357e704..875dfc34 100644 --- a/hosts/wim/config/hypr/main.conf +++ b/hosts/wim/config/hypr/main.conf @@ -105,6 +105,8 @@ animations { enabled = yes bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + bezier = easeInOutBack, 0.68, -0.6, 0.32, 1.6 + bezier = easeInBack, 0.36, 0, 0.66, -0.56 bezier = easeOutBack, 0.34, 1.56, 0.64, 1 bezier = softEaseOutBack, 0.34, 1.26, 0.64, 1 @@ -112,6 +114,7 @@ animations { animation = windows, 1, 7, myBezier animation = windowsIn, 1, 7, easeOutBack, slide animation = windowsOut, 1, 7, easeInBack, slide + animation = windowsMove, 1, 7, easeOutBack, slide animation = workspaces, 1, 6, softEaseOutBack, slide