🎨 ux(hypr): use new animations for layers and fades as well as blurring the popups
This commit is contained in:
parent
3cc6cc0d40
commit
48c74e2e71
2 changed files with 7 additions and 1 deletions
|
@ -10,8 +10,13 @@ animations {
|
||||||
animation = windowsIn, 1, 7, overshot, popin
|
animation = windowsIn, 1, 7, overshot, popin
|
||||||
animation = windowsOut, 1, 5, overshot, popin
|
animation = windowsOut, 1, 5, overshot, popin
|
||||||
animation = windowsMove, 1, 6, overshot, slide
|
animation = windowsMove, 1, 6, overshot, slide
|
||||||
|
animation = layers, 1, 5, overshot, popin
|
||||||
animation = fadeIn, 1, 10, default
|
animation = fadeIn, 1, 10, default
|
||||||
animation = fadeOut, 1, 10, default
|
animation = fadeOut, 1, 10, default
|
||||||
|
animation = fadeSwitch, 1, 10, default
|
||||||
|
animation = fadeShadow, 1, 10, default
|
||||||
|
animation = fadeDim, 1, 10, default
|
||||||
|
animation = fadeLayers, 1, 10, default
|
||||||
animation = workspaces, 1, 7, overshot, slide
|
animation = workspaces, 1, 7, overshot, slide
|
||||||
animation = border, 1, 1, liner
|
animation = border, 1, 1, liner
|
||||||
animation = borderangle, 1, 30, liner, loop
|
animation = borderangle, 1, 30, liner, loop
|
||||||
|
|
|
@ -23,6 +23,7 @@ decoration {
|
||||||
new_optimizations = true
|
new_optimizations = true
|
||||||
xray = true
|
xray = true
|
||||||
noise = 0.0
|
noise = 0.0
|
||||||
|
popups = true
|
||||||
}
|
}
|
||||||
|
|
||||||
dim_inactive = false
|
dim_inactive = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue