]> git.sur5r.net Git - i3/i3/commitdiff
docs/ipc: the command has a reply now
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 15 Dec 2011 17:30:32 +0000 (17:30 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 15 Dec 2011 17:30:32 +0000 (17:30 +0000)
docs/ipc

index c76d0154423f7c6be2bd374b562c5228909fcfa3..e73ca6f85f66f7c2a9f4bbbad4dafb46af8a69a9 100644 (file)
--- 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).