mirror of
https://github.com/swaywm/sway.git
synced 2024-11-13 14:04:11 +01:00
Merge pull request #3766 from RedSoxFan/sway-ipc-scdoc
Add sway-ipc.7.scd to document IPC protocol
This commit is contained in:
commit
9f58b27d86
@ -38,7 +38,7 @@ Instale las dependencias:
|
|||||||
* pango
|
* pango
|
||||||
* cairo
|
* cairo
|
||||||
* gdk-pixbuf2 \*\*
|
* 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 \*
|
* git \*
|
||||||
|
|
||||||
_\*Compile-time dep_
|
_\*Compile-time dep_
|
||||||
|
@ -41,7 +41,7 @@ Install dependencies:
|
|||||||
* pango
|
* pango
|
||||||
* cairo
|
* cairo
|
||||||
* gdk-pixbuf2 \*\*
|
* 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 \*
|
* git \*
|
||||||
|
|
||||||
_\*Compile-time dep_
|
_\*Compile-time dep_
|
||||||
|
@ -39,7 +39,7 @@ Zainstaluj zależności:
|
|||||||
* pango
|
* pango
|
||||||
* cairo
|
* cairo
|
||||||
* gdk-pixbuf2 \*\*
|
* 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 \*
|
* git \*
|
||||||
|
|
||||||
_\*zależności kompilacji_
|
_\*zależności kompilacji_
|
||||||
|
@ -104,6 +104,7 @@ if scdoc.found()
|
|||||||
'sway/sway.5.scd',
|
'sway/sway.5.scd',
|
||||||
'sway/sway-bar.5.scd',
|
'sway/sway-bar.5.scd',
|
||||||
'sway/sway-input.5.scd',
|
'sway/sway-input.5.scd',
|
||||||
|
'sway/sway-ipc.7.scd',
|
||||||
'sway/sway-output.5.scd',
|
'sway/sway-output.5.scd',
|
||||||
'swaymsg/swaymsg.1.scd',
|
'swaymsg/swaymsg.1.scd',
|
||||||
'swaynag/swaynag.1.scd',
|
'swaynag/swaynag.1.scd',
|
||||||
|
1578
sway/sway-ipc.7.scd
Normal file
1578
sway/sway-ipc.7.scd
Normal file
File diff suppressed because it is too large
Load Diff
@ -89,3 +89,4 @@ source contributors. For more information about sway development, see
|
|||||||
# SEE ALSO
|
# SEE ALSO
|
||||||
|
|
||||||
*sway*(5) *swaymsg*(1) *sway-input*(5) *sway-output*(5) *sway-bar*(5)
|
*sway*(5) *swaymsg*(1) *sway-input*(5) *sway-output*(5) *sway-bar*(5)
|
||||||
|
*sway-ipc*(7)
|
||||||
|
@ -750,4 +750,4 @@ The following attributes may be matched with:
|
|||||||
|
|
||||||
# SEE ALSO
|
# 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)
|
||||||
|
@ -82,3 +82,7 @@ _swaymsg_ [options...] [message]
|
|||||||
Subscribe to a list of event types. The argument for this type should be
|
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
|
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.
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user