aboutsummaryrefslogtreecommitdiff
path: root/swaymsg/swaymsg.1.scd
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2018-11-28 17:58:36 +0100
committerGitHub <noreply@github.com>2018-11-28 17:58:36 +0100
commit67c7cc53ae1d652a1ccb6375e243e3cfca37aa4e (patch)
treec0e7249c44ff12c6cadee181405058fedfc3c90b /swaymsg/swaymsg.1.scd
parent2c31e826755c74e530cfc9b70e3e028cfaa85918 (diff)
parentbf9a52bab0f8ae9b4ace43c7d9c75ece0c76b562 (diff)
Merge pull request #3206 from RedSoxFan/ipc-subscribe
Implement support for swaymsg -t SUBSCRIBE [-m]
Diffstat (limited to 'swaymsg/swaymsg.1.scd')
-rw-r--r--swaymsg/swaymsg.1.scd11
1 files changed, 11 insertions, 0 deletions
diff --git a/swaymsg/swaymsg.1.scd b/swaymsg/swaymsg.1.scd
index eaac8105..f55f86a9 100644
--- a/swaymsg/swaymsg.1.scd
+++ b/swaymsg/swaymsg.1.scd
@@ -13,6 +13,12 @@ _swaymsg_ [options...] [message]
*-h, --help*
Show help message and quit.
+*-m, --monitor*
+ Monitor for responses until killed instead of exiting after the first
+ response. This can only be used with the IPC message type _subscribe_. If
+ there is a malformed response or an invalid event type was requested,
+ swaymsg will stop monitoring and exit.
+
*-q, --quiet*
Sends the IPC message but does not print the response from sway.
@@ -71,3 +77,8 @@ _swaymsg_ [options...] [message]
*send\_tick*
Sends a tick event to all subscribed clients.
+
+*subscribe*
+ 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.