swaybar: Implement binding_mode_indicator

This commit is contained in:
Mikkel Oscar Lyderik 2016-01-03 22:00:59 +01:00
parent f2d519d0ba
commit aa2f754c64
4 changed files with 96 additions and 7 deletions

View file

@ -11,6 +11,10 @@ struct sockaddr_un *ipc_user_sockaddr(void);
void ipc_event_workspace(swayc_t *old, swayc_t *new, const char *change);
void ipc_event_barconfig_update(struct bar_config *bar);
/**
* Send IPC mode event to all listening clients
*/
void ipc_event_mode(const char *mode);
const char *swayc_type_string(enum swayc_types type);
#endif