summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-05-06 08:43:48 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2017-05-08 12:34:59 -0400
commit85e97bb6f1b9fa46dadfe6e744b472c6efc42e69 (patch)
treecca440d85e9b852b33b792356884d91ab88ef5a2
parentUpdate .build.yml (diff)
downloadsway-85e97bb6f1b9fa46dadfe6e744b472c6efc42e69.tar.gz
sway-85e97bb6f1b9fa46dadfe6e744b472c6efc42e69.tar.zst
sway-85e97bb6f1b9fa46dadfe6e744b472c6efc42e69.zip
Merge pull request #1211 from wdbw/missing-send-event0.13.0
Add missing send-event mode to sway-input(5)
-rw-r--r--sway/sway-input.5.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway-input.5.txt b/sway/sway-input.5.txt
index e92b523a..f44a3179 100644
--- a/sway/sway-input.5.txt
+++ b/sway/sway-input.5.txt
@@ -30,7 +30,7 @@ Commands
30**input** <identifier> dwt <enabled|disabled>:: 30**input** <identifier> dwt <enabled|disabled>::
31 Enables or disables disable-while-typing for the specified input device. 31 Enables or disables disable-while-typing for the specified input device.
32 32
33**input** <identifier> events <enable|disabled>:: 33**input** <identifier> events <enabled|disabled|disabled_on_external_mouse>::
34 Enables or disables send_events for specified input device. 34 Enables or disables send_events for specified input device.
35 (Disabling send_events disables the input device) 35 (Disabling send_events disables the input device)
36 36