Implement modes

This commit is contained in:
Drew DeVault 2018-03-29 22:10:33 -04:00
parent 741424c4e7
commit 8efee109ad
5 changed files with 74 additions and 2 deletions

View file

@ -13,5 +13,6 @@ struct sockaddr_un *ipc_user_sockaddr(void);
void ipc_event_workspace(swayc_t *old, swayc_t *new, const char *change);
void ipc_event_window(swayc_t *window, const char *change);
void ipc_event_barconfig_update(struct bar_config *bar);
void ipc_event_mode(const char *mode);
#endif