Changes in: hypr,
This commit is contained in:
parent
1de72a38ff
commit
75db2e7ed4
1 changed files with 26 additions and 4 deletions
|
@ -76,17 +76,39 @@ active_opacity = 1
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# animations {
|
||||||
|
# enabled = true
|
||||||
|
|
||||||
|
# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
|
||||||
|
# animation = windows, 1, 4, default, slide top
|
||||||
|
# animation = windowsOut, 1, 2, default, slide bottom
|
||||||
|
# animation = border, 1, 10, default
|
||||||
|
# animation = borderangle, 1, 8, default
|
||||||
|
# animation = fade, 1, 7, default
|
||||||
|
# animation = workspaces, 1, 3, default
|
||||||
|
# }
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
bezier = overshot, 0.05, 0.9, 0.1, 1.1
|
||||||
|
bezier = smoothOut, 0.36, 0, 0.66, -0.56
|
||||||
|
bezier = smoothIn, 0.25, 1, 0.5, 1
|
||||||
|
|
||||||
|
animation = windows, 1, 5, overshot, slide
|
||||||
|
animation = windowsOut, 1, 4, smoothOut, slide
|
||||||
|
animation = windowsMove, 1, 5, smoothIn, slide
|
||||||
|
|
||||||
animation = windows, 1, 4, default, slide top
|
|
||||||
animation = windowsOut, 1, 2, default, slide bottom
|
|
||||||
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 = fade, 1, 7, default
|
||||||
animation = workspaces, 1, 3, default
|
|
||||||
|
animation = workspaces, 1, 4, overshot, slidefade 15%
|
||||||
|
animation = specialWorkspace, 1, 4, smoothIn, slidefade 15%
|
||||||
|
|
||||||
|
animation = layers, 1, 3, smoothOut, slide
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue