Vitesse des animations d'Hyprland
This commit is contained in:
parent
7027f82aa5
commit
81429325ab
1 changed files with 6 additions and 5 deletions
|
@ -51,16 +51,17 @@ decoration {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Animations
|
# Animations
|
||||||
|
$animSpeed = 4
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
|
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
|
||||||
animation = windows, 1, 7, myBezier
|
animation = windows, 1, $animSpeed, myBezier
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
animation = windowsOut, 1, $animSpeed, default, popin 80%
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, $animSpeed, default
|
||||||
animation = fade, 1, 7, default
|
animation = fade, 1, $animSpeed, default
|
||||||
animation = workspaces, 1, 3, default
|
animation = workspaces, 1, $animSpeed, default
|
||||||
}
|
}
|
||||||
|
|
||||||
# Dwindle
|
# Dwindle
|
||||||
|
|
Loading…
Reference in a new issue