diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-02-27 16:01:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-27 16:01:55 -0500 |
commit | 9f58b27d860a6353d8e4ca9a9676498e2fe77144 (patch) | |
tree | e3fa41e01566518a28784322a7e2ccd202fede84 /swaymsg | |
parent | 51d27d154950824228e91eb1af0374a21fe4e1c5 (diff) | |
parent | f876009c7f5c332af5d60b19ccbf8d991b972ffa (diff) |
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.scd | 4 |
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) |