hyprland configs: speed up animations

parent a0bd335f
...@@ -2,15 +2,14 @@ animations { ...@@ -2,15 +2,14 @@ animations {
enabled = true enabled = true
bezier = linear,0,0,1,1 bezier = linear,0,0,1,1
animation = borderangle,1,100,linear,loop bezier = myBezier, 0.05, 0.5, 0.1, 1.1
bezier = myBezier, 0.05, 0.9, 0.1, 1.1
animation = windows, 1, 8, myBezier animation = windows, 1, 5, myBezier
animation = windowsOut, 1, 7, default, popin 80% animation = windowsOut, 1, 6, linear, popin 80%
animation = border, 1, 10, default animation = border, 1, 10, default
animation = borderangle, 1, 8, default animation = borderangle, 1, 8, default
animation = fade, 1, 7, default animation = fade, 1, 7, default
animation = workspaces, 1, 10, myBezier animation = workspaces, 1, 6, myBezier
animation = specialWorkspace, 1, 10, myBezier, slidefadevert -75% animation = specialWorkspace, 1, 7, myBezier, slidefadevert -75%
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment