sway

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

commit 45aa5c104c916d7979c26d2c81497c3d20f8e848
parent b7f28cd6b7a421712f3ebb19972e9d501e96be2d
Author: Mark Stosberg <mark@rideamigos.com>
Date:   Wed,  5 Aug 2020 20:35:25 -0400

swaymsg.1: correct typo

Diffstat:
Mswaymsg/swaymsg.1.scd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swaymsg/swaymsg.1.scd b/swaymsg/swaymsg.1.scd @@ -52,7 +52,7 @@ _swaymsg_ [options...] [message] command in single-quotes. For example, use _swaymsg 'output "Foobar Display" enable'_ instead of _swaymsg output "Foobar Display" enable_. - - If you are proving a command that contains a leading hyphen (_-_), insert + - If you are providing a command that contains a leading hyphen (_-_), insert two hyphens (_--_) before the command to signal to swaymsg not to parse anything beyond that point as an option. For example, use _swaymsg -- mark --add test_ instead of _swaymsg mark --add test_.