diff options
| author | silly <u65487754@gmail.com> | 2026-04-05 03:44:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-05 03:44:37 +0000 |
| commit | 8fb6df504ef24b9ac55a57a3fedd5d69ddce74b0 (patch) | |
| tree | 53dfb7f6ef5c7b4cf9e4c42f70409431c5025208 /.config | |
| parent | 79d5b3a0d3652a72d50b82944ab6a150cd335a4e (diff) | |
Update hyprland.conf
Diffstat (limited to '.config')
| -rw-r--r-- | .config/hypr/hyprland.conf | 26 |
1 files 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 { |
