From 9c220a848ec429495dece10435f91e3ea1b7c42c Mon Sep 17 00:00:00 2001 From: i0uring Date: Sat, 13 Sep 2025 17:10:28 +0200 Subject: [PATCH] :sparkles: i swear this is the last time i- --- .config/hypr/hyprland.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 960e7f0..e309b60 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -65,22 +65,22 @@ animations { bezier = standard, 0.2, 0, 0, 1 bezier = linear, 1, 1, 1, 1 - animation = layersIn, 1, 3, emphasizedDecel, slide - animation = layersOut, 1, 3, emphasizedAccel, slide - animation = fadeLayers, 1, 3, standard + animation = layersIn, 1, 4, emphasizedDecel, slide + animation = layersOut, 1, 4, emphasizedAccel, slide + animation = fadeLayers, 1, 4, standard - animation = windowsIn, 1, 3, emphasizedDecel - animation = windowsOut, 1, 3, emphasizedAccel - animation = windowsMove, 1, 3, standard + animation = windowsIn, 1, 4, emphasizedDecel + animation = windowsOut, 1, 4, emphasizedAccel + animation = windowsMove, 1, 4, standard - animation = border, 1, 3, default + animation = border, 1, 4, default animation = borderangle, 1, 30, linear, loop - animation = workspaces, 1, 10, standard + animation = workspaces, 1, 4, standard - animation = specialWorkspace, 1, 3, specialWorkSwitch, slidefadevert 15% + animation = specialWorkspace, 1, 4, specialWorkSwitch, slidefadevert 15% - animation = fade, 1, 3, standard - animation = fadeDim, 1, 3, standard + animation = fade, 1, 4, standard + animation = fadeDim, 1, 4, standard }