feat(hyprland): set better animations
This commit is contained in:
parent
28a3df1058
commit
5cdd5c0901
1 changed files with 12 additions and 5 deletions
|
@ -104,16 +104,23 @@ decoration {
|
||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = yes
|
||||||
|
|
||||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
|
||||||
|
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
bezier = easeInBack, 0.36, 0, 0.66, -0.56
|
||||||
|
bezier = easeOutBack, 0.34, 1.56, 0.64, 1
|
||||||
|
bezier = softEaseOutBack, 0.34, 1.26, 0.64, 1
|
||||||
|
|
||||||
animation = windows, 1, 7, myBezier
|
animation = windows, 1, 7, myBezier
|
||||||
animation = windowsOut, 1, 7, default, popin 80%
|
animation = windowsIn, 1, 7, easeOutBack, slide
|
||||||
|
animation = windowsOut, 1, 7, easeInBack, slide
|
||||||
|
|
||||||
|
animation = workspaces, 1, 6, softEaseOutBack, slide
|
||||||
|
|
||||||
|
animation = fade, 1, 7, default
|
||||||
|
animation = fadeIn, 1, 7, easeOutBack
|
||||||
|
animation = fadeOut, 1, 7, easeInBack
|
||||||
|
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, 10, default
|
||||||
animation = borderangle, 1, 8, default
|
animation = borderangle, 1, 8, default
|
||||||
animation = fade, 1, 7, default
|
|
||||||
animation = workspaces, 1, 6, default
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
|
|
Loading…
Reference in a new issue