changes: hypr
This commit is contained in:
parent
2840e508e1
commit
06b436f0ae
1 changed files with 36 additions and 22 deletions
|
@ -53,7 +53,7 @@ decoration {
|
||||||
dim_special = 0.2
|
dim_special = 0.2
|
||||||
rounding = 6
|
rounding = 6
|
||||||
|
|
||||||
active_opacity = 1
|
active_opacity = 0.95
|
||||||
inactive_opacity = 0.75
|
inactive_opacity = 0.75
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
|
@ -75,32 +75,46 @@ active_opacity = 1
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
|
# bezier = easeOutBack, 0.34, 1.56, 0.64, 1
|
||||||
|
bezier = sideDown, 0.3, 1, 0.7, 1
|
||||||
|
|
||||||
|
|
||||||
|
# animation = windowsIn, 1, 2.5, easeOutBack, popin 90%
|
||||||
bezier = easeOutQuint, 0.23, 1, 0.32, 1
|
bezier = easeOutQuint, 0.23, 1, 0.32, 1
|
||||||
bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1
|
bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1
|
||||||
bezier = linear, 0, 0, 1, 1
|
bezier = linear, 0, 0, 1, 1
|
||||||
bezier = almostLinear, 0.5, 0.5, 0.75, 1.0
|
bezier = almostLinear, 0.5, 0.5, 0.75, 1.0
|
||||||
bezier = quick, 0.15, 0, 0.1, 1
|
bezier = quick, 0.15, 0, 0.1, 1
|
||||||
animation = windowsIn, 1, 10, easeOutQuint
|
|
||||||
animation = workspacesOut, 1, 5.39, easeInOutCubic
|
# # General window animations
|
||||||
animation = windows, 1, 4.79, easeOutQuint
|
# animation = windowsIn, 1, 4.2, sideUp, slide
|
||||||
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
|
animation = windowsOut, 1, 2.0, easeOutQuint, popin 85%
|
||||||
animation = windowsOut, 1, 1.49, linear, popin 87%
|
animation = windowsOut, 1, 2.5,sideDown, slide
|
||||||
animation = fadeIn, 1, 1.73, almostLinear
|
animation = windows, 1, 5.0, easeOutQuint
|
||||||
animation = fadeOut, 1, 1.46, almostLinear
|
|
||||||
animation = fade, 1, 3.03, quick
|
# # Fade animations
|
||||||
animation = layers, 1, 3.81, easeOutQuint
|
animation = fadeIn, 1, 2.0, almostLinear
|
||||||
animation = layersIn, 1, 4, easeOutQuint, fade
|
animation = fadeOut, 1, 1.8, almostLinear
|
||||||
animation = layersOut, 1, 1.5, linear, fade
|
animation = fade, 1, 2.8, quick
|
||||||
animation = fadeLayersIn, 1, 1.79, almostLinear
|
|
||||||
animation = fadeLayersOut, 1, 1.39, almostLinear
|
# # Layer animations
|
||||||
animation = workspaces, 1, 1.94, almostLinear, fade
|
animation = layers, 1, 3.2, easeOutQuint
|
||||||
animation = workspacesIn, 1, 1.21, almostLinear, fade
|
animation = layersIn, 1, 3.6, easeOutQuint, fade
|
||||||
animation = workspacesOut, 1, 1.94, almostLinear, fade
|
animation = layersOut, 1, 2.0, easeInOutCubic, fade
|
||||||
|
animation = fadeLayersIn, 1, 1.7, almostLinear
|
||||||
|
animation = fadeLayersOut, 1, 1.4, almostLinear
|
||||||
|
|
||||||
|
# # Workspace animations
|
||||||
|
animation = workspaces, 1, 2.0, easeInOutCubic, slide
|
||||||
|
animation = workspacesIn, 1, 3.0, easeInOutCubic, slide
|
||||||
|
animation = workspacesOut, 1, 3.0, easeInOutCubic, slide
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
pseudotile = true
|
pseudotile = true
|
||||||
preserve_split = true
|
preserve_split = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue