sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit bdd4d69205f11b6171c156aba49a708f1f7c3153
parent 9670ccee683ab985e89eb04302fb998c4161f2d6
Author: Robert Sacks <robert@sacks.email>
Date:   Fri, 14 Jun 2019 21:03:52 -0400

Add missing underscore in bindswitch documentation

The missing underscore after "toggle" causes the underline to continue
for a whole sentence.

Diffstat:
Msway/sway.5.scd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/sway.5.scd b/sway/sway.5.scd @@ -381,7 +381,7 @@ runtime. *bindswitch* [--locked] [--no-warn] <switch>:<state> <command> Binds <switch> to execute the sway command _command_ on state changes. Supported switches are _lid_ (laptop lid) and _tablet_ (tablet mode) - switches. Valid values for _state_ are _on_, _off_ and _toggle. These + switches. Valid values for _state_ are _on_, _off_ and _toggle_. These switches are on when the device lid is shut and when tablet mode is active respectively. _toggle_ is also supported to run a command both when the switch is toggled on or off.