input: add sticky option for drag_lock (#10702)

* allow configuring the sticky option for `drag_lock`

* enable sticky drag_lock by default as recommended by libinput

recommended here:
https://lists.freedesktop.org/archives/wayland-devel/2024-November/043860.html
This commit is contained in:
may 2025-06-15 11:45:06 +02:00 committed by GitHub
parent ad85406220
commit f08167c877
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 11 deletions

View file

@ -136,7 +136,7 @@ pkg_check_modules(
pixman-1
xcursor
libdrm
libinput
libinput>=1.28
gbm
gio-2.0
re2)