gri3-wm/man
Vivien Didelot cff4fadd72 i3-msg: add support for SUBSCRIBE message type
If i3-msg is invoked with -t subscribe, it will wait for the first event
matching the given payload, before exiting.

For instance, get the number of the next focused workspace with:

    i3-msg -t subscribe '[ "workspace" ]' | jshon -e current -e num

Like inotifywait, the -m flag allows to wait indefinitely for events,
instead of exiting right after receiving the first one.

For example, continuously monitor the names of focused windows with:

    i3-msg -t subscribe -m '[ "window" ]' | jq .container.name
2018-10-04 12:54:45 -04:00
..
asciidoc.conf.in generate asciidoc.conf via autoconf 2016-10-23 21:09:24 +02:00
i3-config-wizard.man Add --modifier flag to i3-config-wizard (#3210) 2018-03-30 13:57:41 +03:00
i3-dump-log.man man/i3-dump-log: document -f (Thanks TonyC) 2013-09-22 00:08:27 +02:00
i3-input.man man: Fix title markers 2018-04-15 15:34:40 -04:00
i3-migrate-config-to-v4.man add a manpage for i3-migrate-config-to-v4 2011-07-31 23:22:50 +02:00
i3-msg.man i3-msg: add support for SUBSCRIBE message type 2018-10-04 12:54:45 -04:00
i3-nagbar.man Revert "i3-nagbar: add button flag to execute action with /bin/sh directly" (#2893) 2017-08-31 22:50:00 +02:00
i3-sensible-editor.man man: Fix title markers 2018-04-15 15:34:40 -04:00
i3-sensible-pager.man man: Fix title markers 2018-04-15 15:34:40 -04:00
i3-sensible-terminal.man enhancement: adds hyper as a sensible terminal option 2018-08-01 08:21:44 -05:00
i3.man Correct XDG paths precedence for config files 2018-07-10 05:04:34 +03:00
i3bar.man Replace http:// with https:// where applicable 2017-09-24 10:19:07 +02:00