aboutsummaryrefslogtreecommitdiff
path: root/swaymsg
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2019-02-27 13:23:10 -0500
committerFurkan Sahin <furkan-dev@proton.me>2019-02-27 13:23:10 -0500
commit0208c3d716102578e04da53976bd52fc73de8f8a (patch)
tree8bce418ffaaf1642cc7987432bc8cc4f577bb4b3 /swaymsg
parentc0e88fb44b70f7e698984b4f1af2f58a00ab5a8a (diff)
Add sway-ipc.7.scd to document IPC protocol
This add `sway-ipc.7.scd` that documents the IPC protocol. This also increased the minimum scdoc version from 1.8.1 to 1.9.0 to allow for table cells to be continued on the following line
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/swaymsg.1.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/swaymsg/swaymsg.1.scd b/swaymsg/swaymsg.1.scd
index f55f86a9..523db6cc 100644
--- a/swaymsg/swaymsg.1.scd
+++ b/swaymsg/swaymsg.1.scd
@@ -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)