diff options
author | Ihor Kalnytskyi <ihor@kalnytskyi.com> | 2020-04-20 12:58:54 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-04-20 12:20:27 +0200 |
commit | 58eb0c408277af0013fb582803599ea811da3e88 (patch) | |
tree | 569e0f770cf65ca79ed1d9286c24a3fba587d5ed /sway/sway.5.scd | |
parent | 276e0301e0d68cc799a7073d26a7a10c11d036ff (diff) |
scdoc: unbindcode --input-device, not input-device
Apparently, there's a typo in Sway's man page where `input-device` of
`unbindcode` command has no dashes.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 549e0daf..80717cdb 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -745,7 +745,7 @@ The default colors are: input device will be unbound. *unbindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \ -[--locked] [input-device=<device>] <code> +[--locked] [--input-device=<device>] <code> is also available for unbinding with key/button codes instead of key/button names. *unmark* [<identifier>] |