sway

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

commit 2373af77d412388a0044e7e40e9d03bbc22e3735
parent 99897a6ca058a3cc00c0beea41079d44c0ebdba2
Author: James Mills <james@jaehl.net>
Date:   Thu, 30 Apr 2020 14:15:58 +0100

Fix typo in swaybar-protocol.7.scd


Diffstat:
Mswaybar/swaybar-protocol.7.scd | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/swaybar/swaybar-protocol.7.scd b/swaybar/swaybar-protocol.7.scd @@ -7,8 +7,8 @@ swaybar-protocol - JSON status line protocol for swaybar # SUMMARY swaybar defines the following JSON protocol to specify what information is -displayed in the status line on the right side of swaybar. The protocol is -compromised of a header, that is a JSON object, followed by an infinite JSON +displayed in the status line on the right side of swaybar. The protocol +comprises a header, that is a JSON object, followed by an infinite JSON array that represents the information to display. All communication is done by writing the status line to standard output and reading events from standard input.