X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=man%2Fi3-msg.man;h=625131de5855f16cac7b4fc10aeef881c5ef656f;hb=ce7e1b9177ec6d2313eb97be5a7a7d558930f741;hp=04c719007c9dbf5c46ea5ac3750b9a4e34ae6ada;hpb=6339427f017e1265a022e6537e16a8b4a921e52f;p=i3%2Fi3 diff --git a/man/i3-msg.man b/man/i3-msg.man index 04c71900..625131de 100644 --- a/man/i3-msg.man +++ b/man/i3-msg.man @@ -31,6 +31,11 @@ with an error. *-t* 'type':: Send ipc message, see below. This option defaults to "command". +*-m*, *--monitor*:: +Instead of exiting right after receiving the first subscribed event, +wait indefinitely for all of them. Can only be used with "-t subscribe". +See the "subscribe" IPC message type below for details. + *message*:: Send ipc message, see below. @@ -75,6 +80,11 @@ Gets the currently loaded i3 configuration. send_tick:: Sends a tick to all IPC connections which subscribe to tick events. +subscribe:: +The payload of the message describes the events to subscribe to. +Upon reception, each event will be dumped as a JSON-encoded object. +See the -m option for continuous monitoring. + == DESCRIPTION i3-msg is a sample implementation for a client using the unix socket IPC @@ -91,6 +101,9 @@ i3-msg border normal # Dump the layout tree i3-msg -t get_tree + +# Monitor window changes +i3-msg -t subscribe -m '[ "window" ]' ------------------------------------------------ == ENVIRONMENT