From 81429325ab064a35a88204212af287fad8b3c040 Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Wed, 19 Apr 2023 18:48:39 +0200 Subject: [PATCH] Vitesse des animations d'Hyprland --- config/hypr/hyprland.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 0668ac2..5e670f4 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -51,16 +51,17 @@ decoration { } # Animations +$animSpeed = 4 animations { enabled = yes 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 = fade, 1, 7, default - animation = workspaces, 1, 3, default + animation = windows, 1, $animSpeed, myBezier + animation = windowsOut, 1, $animSpeed, default, popin 80% + animation = border, 1, $animSpeed, default + animation = fade, 1, $animSpeed, default + animation = workspaces, 1, $animSpeed, default } # Dwindle