almost working

This commit is contained in:
Zandr Martin 2016-07-21 21:08:01 -05:00
parent 095353d91d
commit 05366ddf53
No known key found for this signature in database
GPG key ID: AA2BB8EF77F7BBDC
5 changed files with 26 additions and 1 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 */