aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-10-22 21:34:15 +0100
committerVaxry <[email protected]>2024-10-22 21:34:21 +0100
commit29997ef4ba8ef0a80390e80199998d1390177454 (patch)
treeb3f2bf832d3916d81e4399505f1fa43fc92cd8b1 /src
parent5e96d738e698f22969ca502d042d5751711c6d8a (diff)
downloadHyprland-29997ef4ba8ef0a80390e80199998d1390177454.tar.gz
Hyprland-29997ef4ba8ef0a80390e80199998d1390177454.zip
default/config: improve default animations
objectively better
Diffstat (limited to 'src')
-rw-r--r--src/config/defaultConfig.hpp32
1 files changed, 23 insertions, 9 deletions
diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp
index a5d759de..4a33ec91 100644
--- a/src/config/defaultConfig.hpp
+++ b/src/config/defaultConfig.hpp
@@ -116,18 +116,32 @@ decoration {
# https://wiki.hyprland.org/Configuring/Variables/#animations
animations {
- enabled = true
+ enabled = yes, please :)
# Default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
- bezier = myBezier, 0.05, 0.9, 0.1, 1.05
-
- animation = windows, 1, 7, myBezier
- animation = windowsOut, 1, 7, default, popin 80%
- animation = border, 1, 10, default
- animation = borderangle, 1, 8, default
- animation = fade, 1, 7, default
- animation = workspaces, 1, 6, default
+ 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/