docs/ipc: the command has a reply now

next
Michael Stapelberg 2011-12-15 17:30:32 +00:00
parent 6610215aaa
commit 1f0c0cdd51
1 changed files with 1 additions and 1 deletions

View File

@ -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).