Vitesse des animations d'Hyprland

This commit is contained in:
Hippolyte Chauvin 2023-04-19 18:48:39 +02:00
parent 7027f82aa5
commit 81429325ab

View file

@ -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