mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
Support libinput's 1.21 new dwtp option
Support the new dwtp (disable while trackpointing) option introduced in libinput 1.21, allowing users to control whether the trackpoint (like those in Thinkpads, but not only) should be disabled while using the keyboard/touchpad. See: https://gitlab.freedesktop.org/libinput/libinput/-/issues/731
This commit is contained in:
parent
a61815d385
commit
7cc8ab6d6c
11 changed files with 74 additions and 3 deletions
|
|
@ -147,6 +147,10 @@ The following commands may only be used in the configuration file.
|
|||
*input* <identifier> dwt enabled|disabled
|
||||
Enables or disables disable-while-typing for the specified input device.
|
||||
|
||||
*input* <identifier> dwtp enabled|disabled
|
||||
Enables or disables disable-while-trackpointing for the specified input
|
||||
device.
|
||||
|
||||
*input* <identifier> events enabled|disabled|disabled_on_external_mouse|toggle [<toggle-modes>]
|
||||
Enables or disables send_events for specified input device. Disabling
|
||||
send_events disables the input device.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue