Merge pull request #3766 from RedSoxFan/sway-ipc-scdoc

Add sway-ipc.7.scd to document IPC protocol
This commit is contained in:
Drew DeVault 2019-02-27 16:01:55 -05:00 committed by GitHub
commit 9f58b27d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 1588 additions and 4 deletions

View File

@ -38,7 +38,7 @@ Instale las dependencias:
* pango
* cairo
* gdk-pixbuf2 \*\*
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) >= 1.8.1 (optional: man pages) \*
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) >= 1.9.0 (optional: man pages) \*
* git \*
_\*Compile-time dep_

View File

@ -41,7 +41,7 @@ Install dependencies:
* pango
* cairo
* gdk-pixbuf2 \*\*
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) >= 1.8.1 (optional: man pages) \*
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) >= 1.9.0 (optional: man pages) \*
* git \*
_\*Compile-time dep_

View File

@ -39,7 +39,7 @@ Zainstaluj zależności:
* pango
* cairo
* gdk-pixbuf2 \*\*
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) >= 1.8.1 (opcjonalnie: strony pomocy man) \*
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) >= 1.9.0 (opcjonalnie: strony pomocy man) \*
* git \*
_\*zależności kompilacji_

View File

@ -104,6 +104,7 @@ if scdoc.found()
'sway/sway.5.scd',
'sway/sway-bar.5.scd',
'sway/sway-input.5.scd',
'sway/sway-ipc.7.scd',
'sway/sway-output.5.scd',
'swaymsg/swaymsg.1.scd',
'swaynag/swaynag.1.scd',

1578
sway/sway-ipc.7.scd Normal file

File diff suppressed because it is too large Load Diff

View File

@ -89,3 +89,4 @@ source contributors. For more information about sway development, see
# SEE ALSO
*sway*(5) *swaymsg*(1) *sway-input*(5) *sway-output*(5) *sway-bar*(5)
*sway-ipc*(7)

View File

@ -750,4 +750,4 @@ The following attributes may be matched with:
# SEE ALSO
*sway*(1) *sway-input*(5) *sway-output*(5) *sway-bar*(5)
*sway*(1) *sway-input*(5) *sway-output*(5) *sway-bar*(5) *sway-ipc*(7)

View File

@ -82,3 +82,7 @@ _swaymsg_ [options...] [message]
Subscribe to a list of event types. The argument for this type should be
provided in the form of a valid JSON array. If any of the types are invalid
or if an valid JSON array is not provided, this will result in an failure.
# SEE ALSO
*sway*(5) *sway-bar*(5) *sway-input*(5) *sway-output*(5) *sway-ipc*(7)