diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/hyprland.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 685b145..a67c275 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -50,8 +50,8 @@ decoration { animations { enabled = yes - bezier = easeOutQuint, 0.23, 1, 0.32, 1 - bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1 + bezier = easeOutQuint, 0.20, 1, 0.30, 1 + bezier = easeInOutCubic, 0.65, 0.05, 0.35, 1 bezier = linear, 0, 0, 1, 1 bezier = almostLinear, 0.5, 0.5, 0.75, 1 bezier = quick, 0.15, 0, 0.1, 1 @@ -59,8 +59,8 @@ animations { animation = global, 1, 5, default animation = border, 1, 2.5, easeOutQuint animation = windows, 1, 2.5, easeOutQuint - animation = windowsIn, 1, 2, easeOutQuint, popin 87% - animation = windowsOut, 1, 1, linear, popin 87% + animation = windowsIn, 1, 2, easeOutQuint, popin 90% + animation = windowsOut, 1, 1, linear, popin 90% animation = fadeIn, 1, 1, almostLinear animation = fadeOut, 1, 1, almostLinear animation = fade, 1, 1.5, quick |
