parent
086144490b
commit
b77a1696b3
5 changed files with 23 additions and 24 deletions
devices/wim/config/hypr
|
@ -22,23 +22,21 @@ decoration {
|
|||
animations {
|
||||
enabled = yes
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
# Fade out bezier
|
||||
bezier = easeInExpo , 0.95 , 0.05, 0.795, 0.035
|
||||
# Fade in bezier
|
||||
bezier = easeOutExpo , 0.19 , 1 , 0.22 , 1
|
||||
|
||||
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
|
||||
bezier = easeInOutQuart, 0.77 , 0 , 0.175, 1
|
||||
bezier = easeOutQuart , 0.165, 0.84, 0.44 , 1
|
||||
bezier = easeInQuart , 0.895, 0.03, 0.685, 0.22
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsIn, 1, 7, easeOutBack, slide
|
||||
animation = windowsOut, 1, 7, easeInBack, slide
|
||||
animation = windowsMove, 1, 7, easeOutBack, slide
|
||||
animation = windowsIn , 1, 4, easeOutQuart, slide
|
||||
animation = windowsOut , 1, 4, easeInQuart , slide
|
||||
animation = windowsMove, 1, 4, easeOutQuart, slide
|
||||
|
||||
animation = workspaces, 1, 6, softEaseOutBack, slide
|
||||
animation = workspaces, 1, 6, easeOutQuart, slide
|
||||
|
||||
animation = fade, 1, 7, default
|
||||
animation = fadeIn, 1, 7, easeOutBack
|
||||
animation = fadeOut, 1, 7, easeInBack
|
||||
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fadeIn , 1, 10, easeOutExpo
|
||||
animation = fadeOut, 1, 10, easeInExpo
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue