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
|
||||
$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
|
||||
|
|
Loading…
Reference in a new issue