mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Add support for LIBINPUT_CONFIG_DRAG_LOCK_ENABLED_STICKY
Use it as the default, as recommended by the libinput release notes: https://lists.freedesktop.org/archives/wayland-devel/2024-November/043860.html
This commit is contained in:
parent
e2409aa496
commit
bbadf9b8b1
4 changed files with 18 additions and 3 deletions
|
|
@ -1174,7 +1174,8 @@ following properties will be included for devices that support them:
|
|||
: Whether tap-and-drag is enabled. It can be _enabled_ or _disabled_
|
||||
|- tap_drag_lock
|
||||
: string
|
||||
: Whether drag-lock is enabled. It can be _enabled_ or _disabled_
|
||||
: Whether drag-lock is enabled. It can be _enabled_, _disabled_ or
|
||||
_enabled_sticky_
|
||||
|- accel_speed
|
||||
: double
|
||||
: The pointer-acceleration in use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue