From: Michael Stapelberg Date: Thu, 15 Dec 2011 17:30:32 +0000 (+0000) Subject: docs/ipc: the command has a reply now X-Git-Tag: 4.2~193 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1f0c0cdd5193ee3a3531e01d1652227e1a1e77f6;p=i3%2Fi3 docs/ipc: the command has a reply now --- diff --git a/docs/ipc b/docs/ipc index c76d0154..e73ca6f8 100644 --- a/docs/ipc +++ b/docs/ipc @@ -46,7 +46,7 @@ Currently implemented message types are the following: COMMAND (0):: The payload of the message is a command for i3 (like the commands you can bind to keys in the configuration file) and will be executed - directly after receiving it. There is no reply to this message. + directly after receiving it. GET_WORKSPACES (1):: Gets the current workspaces. The reply will be a JSON-encoded list of workspaces (see the reply section).