From 8fb6df504ef24b9ac55a57a3fedd5d69ddce74b0 Mon Sep 17 00:00:00 2001 From: silly Date: Sun, 5 Apr 2026 03:44:37 +0000 Subject: Update hyprland.conf --- .config/hypr/hyprland.conf | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 5edcd31..3eee72a 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -54,19 +54,19 @@ animations { bezier = almostLinear, 0.5, 0.5, 0.75, 1 bezier = quick, 0.15, 0, 0.1, 1 bezier = hard, 0, 1, 0, 1 - animation = global, 1, 10, default - animation = border, 1, 5.39, easeOutQuint - animation = windows, 1, 4.79, easeOutQuint - animation = windowsIn, 1, 4.1, easeOutQuint, popin 87% - animation = windowsOut, 1, 1.49, linear, popin 87% - animation = fadeIn, 1, 1.73, almostLinear - animation = fadeOut, 1, 1.46, almostLinear - animation = fade, 1, 3.03, quick - animation = layers, 1, 3.81, easeOutQuint - animation = layersIn, 1, 4, easeOutQuint, fade - animation = layersOut, 1, 1.5, linear, fade - animation = workspaces, 1, 1.94, almostLinear, fade # @dynamic_workspaces - animation = specialWorkspace, 1, 1.94, almostLinear, fade # @dynamic_special + 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 = fadeIn, 1, 1, almostLinear + animation = fadeOut, 1, 1, almostLinear + animation = fade, 1, 1.5, quick + animation = layers, 1, 2, easeOutQuint + animation = layersIn, 1, 2, easeOutQuint, fade + animation = layersOut, 1, 1, linear, fade + animation = workspaces, 1, 1, almostLinear, fade # @dynamic_workspaces + animation = specialWorkspace, 1, 1, almostLinear, fade # @dynamic_special } input { -- cgit v1.3.1