aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Ihor Kalnytskyi <ihor@kalnytskyi.com>2020-04-20 12:58:54 +0300
committerLibravatar Simon Ser <contact@emersion.fr>2020-04-20 12:20:27 +0200
commit58eb0c408277af0013fb582803599ea811da3e88 (patch)
tree569e0f770cf65ca79ed1d9286c24a3fba587d5ed
parentinterpret "subpixel none" as CAIRO_ANTIALIAS_GRAY (diff)
downloadsway-58eb0c408277af0013fb582803599ea811da3e88.tar.gz
sway-58eb0c408277af0013fb582803599ea811da3e88.tar.zst
sway-58eb0c408277af0013fb582803599ea811da3e88.zip
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.
-rw-r--r--sway/sway.5.scd2
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:
745 input device will be unbound. 745 input device will be unbound.
746 746
747 *unbindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \ 747 *unbindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \
748[--locked] [input-device=<device>] <code> 748[--locked] [--input-device=<device>] <code>
749 is also available for unbinding with key/button codes instead of key/button names. 749 is also available for unbinding with key/button codes instead of key/button names.
750 750
751*unmark* [<identifier>] 751*unmark* [<identifier>]