From: Michael Stapelberg Date: Sat, 13 Dec 2014 21:33:42 +0000 (+0100) Subject: docs/ipc: use an actual event type (thanks Adaephon) X-Git-Tag: 4.9~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=04fa40d3e5e11be98a89d5d97c395f95a6d08e37;p=i3%2Fi3 docs/ipc: use an actual event type (thanks Adaephon) --- diff --git a/docs/ipc b/docs/ipc index 55177f27..4a2b1df9 100644 --- a/docs/ipc +++ b/docs/ipc @@ -617,7 +617,7 @@ you can register to an event. *Example:* --------------------------------- type: SUBSCRIBE -payload: [ "workspace", "focus" ] +payload: [ "workspace", "output" ] ---------------------------------