mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-31 22:50:11 +01:00
touchpad: reduce edge scroll motion threshold to 3mm
Reduce the dead zone/initial jump https://bugs.freedesktop.org/show_bug.cgi?id=90990 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
f783dae0a7
commit
abc8c0d6c2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
avoid accidentally locking in scrolling mode when trying to use the entire
|
||||
touchpad to move the pointer. The user can wait for the timeout to trigger
|
||||
to do a small scroll. */
|
||||
#define DEFAULT_SCROLL_THRESHOLD TP_MM_TO_DPI_NORMALIZED(5)
|
||||
#define DEFAULT_SCROLL_THRESHOLD TP_MM_TO_DPI_NORMALIZED(3)
|
||||
|
||||
enum scroll_event {
|
||||
SCROLL_EVENT_TOUCH,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue