diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-05-06 08:43:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-06 08:43:48 -0400 |
commit | ee81b1aecb44611f82dc34836ced495ee1514c51 (patch) | |
tree | db70f5f9967058870aaac6da270af1c006db0257 /sway | |
parent | 781fc604b4626249fa5be1c1629183bca23fe49c (diff) | |
parent | 264a9ee9d8da6634775b49a07be4694b8507ce63 (diff) |
Merge pull request #1211 from wdbw/missing-send-event
Add missing send-event mode to sway-input(5)
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway-input.5.txt | 2 |
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 **input** <identifier> dwt <enabled|disabled>:: Enables or disables disable-while-typing for the specified input device. -**input** <identifier> events <enable|disabled>:: +**input** <identifier> events <enabled|disabled|disabled_on_external_mouse>:: Enables or disables send_events for specified input device. (Disabling send_events disables the input device) |