Add new subscribe event 'mode' for binding mode changes
Introducing a new event to subscribe called mode. It's fired up when i3 changes binding mode (like switching from default to resize). IPC guide adjusted also.
This commit is contained in:
committed by
Michael Stapelberg
parent
8c8fce82e5
commit
7cffd79140
@ -84,4 +84,7 @@
|
||||
/* The output event will be triggered upon changes in the output list */
|
||||
#define I3_IPC_EVENT_OUTPUT (I3_IPC_EVENT_MASK | 1)
|
||||
|
||||
/* The output event will be triggered upon mode changes */
|
||||
#define I3_IPC_EVENT_MODE (I3_IPC_EVENT_MASK | 2)
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user