]> git.sur5r.net Git - i3/i3/blobdiff - include/i3/ipc.h
introduced i3 command for changing the hidden state and the mode of i3bar
[i3/i3] / include / i3 / ipc.h
index 2a3321b50302727281a6838baf893a5c345669d0..6a50ccc8701fffe7fb68084de093929bed9f5553 100644 (file)
@@ -99,4 +99,7 @@ typedef struct i3_ipc_header {
 /* The window event will be triggered upon window changes */
 #define I3_IPC_EVENT_WINDOW                     (I3_IPC_EVENT_MASK | 3)
 
+/** Bar config update will be triggered to update the bar config */
+#define I3_IPC_EVENT_BARCONFIG_UPDATE           (I3_IPC_EVENT_MASK | 4)
+
 #endif