1
1
Fork 0

hyprland: lower animation speed

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-01 19:10:19 -05:00
parent 9af717e313
commit f30f309d38
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -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"
]; ];