From 79a0dbeb669950bb172395ccb6748bc37b95e570 Mon Sep 17 00:00:00 2001 From: i0uring Date: Sat, 13 Sep 2025 17:05:36 +0200 Subject: [PATCH] :sparkles: adjust border again (x3) --- .config/hypr/hyprland.conf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 8e62951..af75f0c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -63,24 +63,24 @@ animations { bezier = emphasizedAccel, 0.3, 0, 0.8, 0.15 bezier = emphasizedDecel, 0.05, 0.7, 0.1, 1 bezier = standard, 0.2, 0, 0, 1 - # bezier = liner, 1, 1, 1, 1 + bezier = linear, 1, 1, 1, 1 - animation = layersIn, 1, 5, emphasizedDecel, slide - animation = layersOut, 1, 4, emphasizedAccel, slide - animation = fadeLayers, 1, 5, standard + animation = layersIn, 1, 10, emphasizedDecel, slide + animation = layersOut, 1, 8, emphasizedAccel, slide + animation = fadeLayers, 1, 10, standard - animation = windowsIn, 1, 5, emphasizedDecel - animation = windowsOut, 1, 3, emphasizedAccel + animation = windowsIn, 1, 10, emphasizedDecel + animation = windowsOut, 1, 6, emphasizedAccel animation = windowsMove, 1, 6, standard - animation = border, 1, 6, default - animation = borderangle, 1, 30, default, loop - animation = workspaces, 1, 5, standard + animation = border, 1, 12, default + animation = borderangle, 1, 30, linear, loop + animation = workspaces, 1, 10, standard - animation = specialWorkspace, 1, 4, specialWorkSwitch, slidefadevert 15% + animation = specialWorkspace, 1, 8, specialWorkSwitch, slidefadevert 15% - animation = fade, 1, 6, standard - animation = fadeDim, 1, 6, standard + animation = fade, 1, 12, standard + animation = fadeDim, 1, 12, standard }