refactor(hyprland): faster animations
This commit is contained in:
parent
a1885849a2
commit
f66ed49776
1 changed files with 4 additions and 4 deletions
|
@ -64,14 +64,14 @@ decoration {
|
|||
animations {
|
||||
enabled=true
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = fast, 0.41, 0.6, 0.02, 0.93
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windows, 1, 1, fast
|
||||
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 = fade, 1, 3, default
|
||||
animation = workspaces, 1, 1, fast
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
|
Loading…
Reference in a new issue