hyprland: lower animation speed
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
9af717e313
commit
f30f309d38
1 changed files with 3 additions and 3 deletions
|
@ -108,9 +108,9 @@ in {
|
||||||
# https://wiki.hyprland.org/Configuring/Animations
|
# https://wiki.hyprland.org/Configuring/Animations
|
||||||
#?? animation = NAME, ONOFF, SPEED, CURVE, [STYLE]
|
#?? animation = NAME, ONOFF, SPEED, CURVE, [STYLE]
|
||||||
animation = [
|
animation = [
|
||||||
"global, 1, 5, default"
|
"global, 1, 3, default"
|
||||||
"specialWorkspace, 1, 5, default, fade"
|
"specialWorkspace, 1, 3, default, fade"
|
||||||
"windows, 1, 5, default, slide"
|
"windows, 1, 3, default, slide"
|
||||||
"layers, 0"
|
"layers, 0"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue