From e41bb6342d18645288708bbef7787eda89a8463c Mon Sep 17 00:00:00 2001 From: Ricardo Main Date: Sat, 5 Oct 2024 12:37:26 -0700 Subject: [PATCH] edit : hyprland Main's general.conf --- configs/hyprland_l/Main/general.conf | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/configs/hyprland_l/Main/general.conf b/configs/hyprland_l/Main/general.conf index 72036f0..f110537 100644 --- a/configs/hyprland_l/Main/general.conf +++ b/configs/hyprland_l/Main/general.conf @@ -91,17 +91,19 @@ decoration { animations { enabled = yes + bezier = wind, 0.05, 0.9, 0.1, 1.05 + bezier = winIn, 0.1, 1.1, 0.1, 1.1 + bezier = winOut, 0.3, -0.3, 0, 1 + bezier = liner, 1, 1, 1, 1 - # Some 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 + animation = windows, 1, 6, wind, slide + animation = windowsIn, 1, 6, winIn, slide + animation = windowsOut, 1, 5, winOut, slide + animation = windowsMove, 1, 5, wind, slide + animation = border, 1, 1, liner + animation = borderangle, 1, 30, liner, loop + animation = fade, 1, 10, default + animation = workspaces, 1, 5, wind } dwindle {