mirror of
https://github.com/swaywm/sway.git
synced 2025-04-04 11:27:47 +03: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
|
@ -252,6 +252,7 @@ sway_cmd input_cmd_click_method;
|
|||
sway_cmd input_cmd_drag;
|
||||
sway_cmd input_cmd_drag_lock;
|
||||
sway_cmd input_cmd_dwt;
|
||||
sway_cmd input_cmd_dwtp;
|
||||
sway_cmd input_cmd_events;
|
||||
sway_cmd input_cmd_left_handed;
|
||||
sway_cmd input_cmd_map_from_region;
|
||||
|
|
|
@ -150,6 +150,7 @@ struct input_config {
|
|||
int drag;
|
||||
int drag_lock;
|
||||
int dwt;
|
||||
int dwtp;
|
||||
int left_handed;
|
||||
int middle_emulation;
|
||||
int natural_scroll;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue