From e48092d2ae32a402c2cdb5fb93b624ec530f6af7 Mon Sep 17 00:00:00 2001
From: Jacob Babor <jacob@babor.tech>
Date: Thu, 27 Feb 2025 02:05:38 -0600
Subject: [PATCH] Play with hyprland bounce animations

---
 hyprland/.config/hypr/config.d/00-basic.conf | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/hyprland/.config/hypr/config.d/00-basic.conf b/hyprland/.config/hypr/config.d/00-basic.conf
index e6f4b3cd..d5cba481 100644
--- a/hyprland/.config/hypr/config.d/00-basic.conf
+++ b/hyprland/.config/hypr/config.d/00-basic.conf
@@ -34,15 +34,16 @@ decoration {
 animations {
 	# https://wiki.hyprland.org/Configuring/Animations/
 	enabled = yes
-	bezier = snappy, 0.05, 0.9, 0.1, 1.05
-	animation = windows, 1, 2, snappy
+	bezier = snappy, 0.05, 0.9, 0.1, 1.05 # This is apparently kinda an ease-out-back sorta deal
+	bezier = ease-out-expo, 0.16, 1, 0.30, 1
+	animation = windows, 1, 2, ease-out-expo
 	animation = windowsIn, 1, 1, default
 	animation = windowsOut, 1, 2, default, popin 80%
 	animation = layers, 1, 1, default
 	animation = border, 1, 3, default
 	animation = borderangle, 1, 8, default
 	animation = fade, 1, 3, default
-	animation = workspaces, 1, 1.5, snappy
+	animation = workspaces, 1, 1.5, ease-out-expo
 }
 
 dwindle {