aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-input.5.scd
diff options
context:
space:
mode:
authorLibravatar pudiva chip lĂ­quida <pudiva@skylittlesystem.org>2022-08-24 00:13:12 +0100
committerLibravatar Simon Ser <contact@emersion.fr>2022-10-30 10:56:34 +0100
commit7cc8ab6d6c4e7ebbfee832b3d8d8fd86623d89fc (patch)
treefaacab010de2a3ffdd76dcf3bab015bb708f42dc /sway/sway-input.5.scd
parentcontainer_floating_set_default_size: Store workspace size box on the stack (diff)
downloadsway-7cc8ab6d6c4e7ebbfee832b3d8d8fd86623d89fc.tar.gz
sway-7cc8ab6d6c4e7ebbfee832b3d8d8fd86623d89fc.tar.zst
sway-7cc8ab6d6c4e7ebbfee832b3d8d8fd86623d89fc.zip
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
Diffstat (limited to 'sway/sway-input.5.scd')
-rw-r--r--sway/sway-input.5.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/sway-input.5.scd b/sway/sway-input.5.scd
index 8b702b77..e073c45d 100644
--- a/sway/sway-input.5.scd
+++ b/sway/sway-input.5.scd
@@ -147,6 +147,10 @@ The following commands may only be used in the configuration file.
147*input* <identifier> dwt enabled|disabled 147*input* <identifier> dwt enabled|disabled
148 Enables or disables disable-while-typing for the specified input device. 148 Enables or disables disable-while-typing for the specified input device.
149 149
150*input* <identifier> dwtp enabled|disabled
151 Enables or disables disable-while-trackpointing for the specified input
152 device.
153
150*input* <identifier> events enabled|disabled|disabled_on_external_mouse|toggle [<toggle-modes>] 154*input* <identifier> events enabled|disabled|disabled_on_external_mouse|toggle [<toggle-modes>]
151 Enables or disables send_events for specified input device. Disabling 155 Enables or disables send_events for specified input device. Disabling
152 send_events disables the input device. 156 send_events disables the input device.