diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 826d869..065114f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -76,17 +76,39 @@ active_opacity = 1 } +# animations { +# enabled = true + +# bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + +# animation = windows, 1, 4, default, slide top +# animation = windowsOut, 1, 2, default, slide bottom +# animation = border, 1, 10, default +# animation = borderangle, 1, 8, default +# animation = fade, 1, 7, default +# animation = workspaces, 1, 3, default +# } + animations { enabled = true - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + bezier = overshot, 0.05, 0.9, 0.1, 1.1 + bezier = smoothOut, 0.36, 0, 0.66, -0.56 + bezier = smoothIn, 0.25, 1, 0.5, 1 + + animation = windows, 1, 5, overshot, slide + animation = windowsOut, 1, 4, smoothOut, slide + animation = windowsMove, 1, 5, smoothIn, slide - animation = windows, 1, 4, default, slide top - animation = windowsOut, 1, 2, default, slide bottom animation = border, 1, 10, default animation = borderangle, 1, 8, default + animation = fade, 1, 7, default - animation = workspaces, 1, 3, default + + animation = workspaces, 1, 4, overshot, slidefade 15% + animation = specialWorkspace, 1, 4, smoothIn, slidefade 15% + + animation = layers, 1, 3, smoothOut, slide } dwindle {