aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-02-27 16:01:55 -0500
committerLibravatar GitHub <noreply@github.com>2019-02-27 16:01:55 -0500
commit9f58b27d860a6353d8e4ca9a9676498e2fe77144 (patch)
treee3fa41e01566518a28784322a7e2ccd202fede84 /swaymsg
parentMerge pull request #3786 from emersion/wlroots-version (diff)
parentAdd sway-ipc.7.scd to document IPC protocol (diff)
downloadsway-9f58b27d860a6353d8e4ca9a9676498e2fe77144.tar.gz
sway-9f58b27d860a6353d8e4ca9a9676498e2fe77144.tar.zst
sway-9f58b27d860a6353d8e4ca9a9676498e2fe77144.zip
Merge pull request #3766 from RedSoxFan/sway-ipc-scdoc
Add sway-ipc.7.scd to document IPC protocol
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]
82 Subscribe to a list of event types. The argument for this type should be 82 Subscribe to a list of event types. The argument for this type should be
83 provided in the form of a valid JSON array. If any of the types are invalid 83 provided in the form of a valid JSON array. If any of the types are invalid
84 or if an valid JSON array is not provided, this will result in an failure. 84 or if an valid JSON array is not provided, this will result in an failure.
85
86# SEE ALSO
87
88*sway*(5) *sway-bar*(5) *sway-input*(5) *sway-output*(5) *sway-ipc*(7)