hyprland: disable layer animations
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
3705c2e818
commit
f1f1a81bec
1 changed files with 2 additions and 2 deletions
|
@ -112,9 +112,9 @@ in
|
||||||
#?? animation = NAME, ONOFF, SPEED, CURVE, [STYLE]
|
#?? animation = NAME, ONOFF, SPEED, CURVE, [STYLE]
|
||||||
animation = [
|
animation = [
|
||||||
"global, 1, 5, default"
|
"global, 1, 5, default"
|
||||||
"windows, 1, 5, default, slide"
|
|
||||||
"layers, 1, 5, default, slide"
|
|
||||||
"specialWorkspace, 1, 5, default, fade"
|
"specialWorkspace, 1, 5, default, fade"
|
||||||
|
"windows, 1, 5, default, slide"
|
||||||
|
"layers, 0"
|
||||||
];
|
];
|
||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||||
|
|
Loading…
Reference in a new issue