]> git.sur5r.net Git - i3/i3/commitdiff
docs/ipc: use an actual event type (thanks Adaephon)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 13 Dec 2014 21:33:42 +0000 (22:33 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 13 Dec 2014 21:33:42 +0000 (22:33 +0100)
docs/ipc

index 55177f27797b1bbe4ba2c4a175f19f82d2318184..4a2b1df91ed27ca7dd5565b9809b89345265bf7a 100644 (file)
--- 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" ]
 ---------------------------------