1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/community/nvui/use-sane-animation-time.patch
Jakub Jirutka 0239262f14 community/nvui: upgrade to 0.3.1
assets are now embedded in the binary.
2022-10-08 18:15:40 +02:00

14 lines
384 B
Diff

0.3s is really too much for the cursor movement, it makes me vomit.
I'm sure that this insane default cannot suite anyone.
--- a/src/cursor.cpp
+++ b/src/cursor.cpp
@@ -163,7 +163,7 @@
});
effect_animation.set_duration(1);
effect_animation.set_interval(16);
- move_animation.set_duration(0.3);
+ move_animation.set_duration(0.05);
move_animation.set_interval(10);
}