This commit is contained in:
Zandr Martin 2016-08-06 10:07:42 +00:00 committed by GitHub
commit bf51941546
6 changed files with 20 additions and 2 deletions

View file

@ -13,6 +13,10 @@ void ipc_bar_init(struct bar *bar, const char *bar_id);
*/
bool handle_ipc_event(struct bar *bar);
/**
* Tell Sway to rearrange layout (after Swaybar has rendered itself).
*/
void ipc_send_arrange_command();
/**
* Send workspace command to sway
@ -20,4 +24,3 @@ bool handle_ipc_event(struct bar *bar);
void ipc_send_workspace_command(const char *workspace_name);
#endif /* _SWAYBAR_IPC_H */