diff --git a/hosts/wim/config/hypr/main.conf b/hosts/wim/config/hypr/main.conf index d8895516..4357e704 100644 --- a/hosts/wim/config/hypr/main.conf +++ b/hosts/wim/config/hypr/main.conf @@ -104,16 +104,23 @@ decoration { animations { enabled = yes - # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more - bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + bezier = easeInBack, 0.36, 0, 0.66, -0.56 + bezier = easeOutBack, 0.34, 1.56, 0.64, 1 + bezier = softEaseOutBack, 0.34, 1.26, 0.64, 1 animation = windows, 1, 7, myBezier - animation = windowsOut, 1, 7, default, popin 80% + animation = windowsIn, 1, 7, easeOutBack, slide + animation = windowsOut, 1, 7, easeInBack, slide + + animation = workspaces, 1, 6, softEaseOutBack, slide + + animation = fade, 1, 7, default + animation = fadeIn, 1, 7, easeOutBack + animation = fadeOut, 1, 7, easeInBack + animation = border, 1, 10, default animation = borderangle, 1, 8, default - animation = fade, 1, 7, default - animation = workspaces, 1, 6, default } dwindle {