Reload swaybar/swaybg on config reload.

This works by tracking the pids of the child processes in the related
output container and terminating the processes and spawning new ones on
a config reload.

Should solve: #347
This commit is contained in:
Mikkel Oscar Lyderik 2015-12-18 17:43:03 +01:00
parent de219f6bec
commit ede27eabc5
5 changed files with 125 additions and 44 deletions

View file

@ -184,6 +184,8 @@ int sway_mouse_binding_cmp(const void *a, const void *b);
int sway_mouse_binding_cmp_buttons(const void *a, const void *b);
void free_sway_mouse_binding(struct sway_mouse_binding *smb);
void load_swaybars(swayc_t *output, int output_idx);
/**
* Allocate and initialize default bar configuration.
*/