aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Vincent2017-05-14 14:06:51 +0100
committerTom Vincent2017-05-14 14:06:51 +0100
commit51900a918da45354cdc3d3fffbd0f525625fd5bb (patch)
tree05c6e38135b6a07c0ca627582c40188c87277cc7
parent7fc3a21f94be4c025bd5e5b8a961787a37b3351a (diff)
downloadaur-51900a918da45354cdc3d3fffbd0f525625fd5bb.tar.gz
Add README
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..88c3094d1564
--- /dev/null
+++ b/README.md
@@ -0,0 +1,9 @@
+# libinput-no-hysteresis
+
+> Input device management and event handling library sans hysteresis
+
+Hysteresis is the minimum distance required to generate motion events. libinput's default is 0.5mm. On some input devices (touchpads), this threshold is too high, which results in jitters on precise cursor movement.
+
+The included patch disables hysteresis entirely.
+
+Follow along on on the upstream issue: [Bug 98839 - Somehow conditionalize hysteresis (hardware black/whitelist, device property introspection, user-exposed setting, etc)](https://bugs.freedesktop.org/show_bug.cgi?id=98839).