mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
Wire up basic IPC support
This commit is contained in:
parent
cab1352801
commit
5c9ad035db
7 changed files with 225 additions and 25 deletions
|
|
@ -2,8 +2,7 @@
|
|||
#define _SWAYBAR_IPC_H
|
||||
#include "swaybar/bar.h"
|
||||
|
||||
void ipc_bar_init(struct swaybar *bar, const char *bar_id);
|
||||
bool handle_ipc_event(struct swaybar *bar);
|
||||
void ipc_send_workspace_command(const char *workspace_name);
|
||||
void ipc_get_config(struct swaybar *bar, const char *bar_id);
|
||||
void handle_ipc_event(struct swaybar *bar);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue