File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -681,9 +681,11 @@ responded to.
681
681
682
682
To get informed when certain things happen in i3, clients can subscribe to
683
683
events. Events consist of a name (like "workspace") and an event reply type
684
- (like I3_IPC_EVENT_WORKSPACE). The events sent by i3 are in the same format
685
- as replies to specific commands. However, the highest bit of the message type
686
- is set to 1 to indicate that this is an event reply instead of a normal reply.
684
+ (like I3_IPC_EVENT_WORKSPACE). Events sent by i3 follow a format similar to
685
+ replies but with the highest bit of the message type set to 1 to indicate an
686
+ event reply instead of a normal reply. Note that event types and reply types
687
+ do not follow the same enumeration scheme (e.g. event type 0 corresponds to the
688
+ workspace event however reply type 0 corresponds to the COMMAND reply).
687
689
688
690
Caveat: As soon as you subscribe to an event, it is not guaranteed any longer
689
691
that the requests to i3 are processed in order. This means, the following
You can’t perform that action at this time.
0 commit comments