diff options
author | Gibheer <gibheer+git@zero-knowledge.org> | 2025-07-10 23:04:44 +0200 |
---|---|---|
committer | Gibheer <gibheer+git@zero-knowledge.org> | 2025-07-10 23:04:44 +0200 |
commit | dd723996c91c75682b2e8167c96abb82fea5a09a (patch) | |
tree | 8ed2fadcb43ad9a6db366f46357f1e106a27b8d6 | |
parent | 2717dc9361155624205e474f9e237cb661290645 (diff) |
Animations are disabled in my setup.
-rw-r--r-- | hypr/hyprland.conf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 1223c94..2e31e60 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -116,31 +116,6 @@ decoration { animations { #enabled = no, please :) enabled = false - - # Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more - - bezier = easeOutQuint,0.23,1,0.32,1 - bezier = easeInOutCubic,0.65,0.05,0.36,1 - bezier = linear,0,0,1,1 - bezier = almostLinear,0.5,0.5,0.75,1.0 - bezier = quick,0.15,0,0.1,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 = fadeLayersIn, 1, 1.79, almostLinear - animation = fadeLayersOut, 1, 1.39, almostLinear - animation = workspaces, 1, 1.94, almostLinear, fade - animation = workspacesIn, 1, 1.21, almostLinear, fade - animation = workspacesOut, 1, 1.94, almostLinear, fade } # Ref https://wiki.hyprland.org/Configuring/Workspace-Rules/ |