aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Robert Sacks <robert@sacks.email>2019-06-14 21:03:52 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-06-14 21:23:20 -0400
commitbdd4d69205f11b6171c156aba49a708f1f7c3153 (patch)
treef8e0ade53c23d812a6bf9b7367c5f93e8ae1e5f3 /sway/sway.5.scd
parentbindings: defer while initiailizing (diff)
downloadsway-bdd4d69205f11b6171c156aba49a708f1f7c3153.tar.gz
sway-bdd4d69205f11b6171c156aba49a708f1f7c3153.tar.zst
sway-bdd4d69205f11b6171c156aba49a708f1f7c3153.zip
Add missing underscore in bindswitch documentation
The missing underscore after "toggle" causes the underline to continue for a whole sentence.
Diffstat (limited to 'sway/sway.5.scd')
-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 db6dda0d..90d7fed8 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -381,7 +381,7 @@ runtime.
381*bindswitch* [--locked] [--no-warn] <switch>:<state> <command> 381*bindswitch* [--locked] [--no-warn] <switch>:<state> <command>
382 Binds <switch> to execute the sway command _command_ on state changes. 382 Binds <switch> to execute the sway command _command_ on state changes.
383 Supported switches are _lid_ (laptop lid) and _tablet_ (tablet mode) 383 Supported switches are _lid_ (laptop lid) and _tablet_ (tablet mode)
384 switches. Valid values for _state_ are _on_, _off_ and _toggle. These 384 switches. Valid values for _state_ are _on_, _off_ and _toggle_. These
385 switches are on when the device lid is shut and when tablet mode is active 385 switches are on when the device lid is shut and when tablet mode is active
386 respectively. _toggle_ is also supported to run a command both when the 386 respectively. _toggle_ is also supported to run a command both when the
387 switch is toggled on or off. 387 switch is toggled on or off.