mirror of
https://github.com/swaywm/sway.git
synced 2026-03-26 07:58:12 -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
|
|
@ -17,6 +17,9 @@ struct swaybar {
|
|||
struct swaybar_config *config;
|
||||
struct swaybar_output *focused_output;
|
||||
|
||||
int ipc_event_socketfd;
|
||||
int ipc_socketfd;
|
||||
|
||||
struct wl_list outputs;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue