[PATCH libinput 13/13] filter: tweak the magic slowdown
Peter Hutterer
peter.hutterer at who-t.net
Mon Dec 19 05:21:04 UTC 2016
Could be confirmation bias, but it feels better.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
src/filter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/filter.c b/src/filter.c
index ab503cf..d7a1515 100644
--- a/src/filter.c
+++ b/src/filter.c
@@ -40,7 +40,7 @@
* technically correct but subjectively wrong, we expect a touchpad to be a
* lot slower than a mouse. Apply a magic factor to slow down all movements
*/
-#define TP_MAGIC_SLOWDOWN 0.4 /* unitless factor */
+#define TP_MAGIC_SLOWDOWN 0.37 /* unitless factor */
/* Convert speed/velocity from units/us to units/ms */
static inline double
--
2.9.3
More information about the wayland-devel
mailing list