diff options
author | Mikkel Oscar Lyderik <[email protected]> | 2016-02-23 14:25:09 +0100 |
---|---|---|
committer | Mikkel Oscar Lyderik <[email protected]> | 2016-02-27 22:12:35 +0100 |
commit | bad4e22f3be658f8688f308e54a48b65c071a952 (patch) | |
tree | d4cbcd353d981d8fb1e0bb7eb4b78dc3aea023d8 /include/config.h | |
parent | 6d57f03028b4b32b4377d869be8de9a7e6aa55ee (diff) |
Make sway spawn only one bar per bar config
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 655d0a9c..0b19580c 100644 --- a/include/config.h +++ b/include/config.h @@ -125,6 +125,7 @@ struct bar_config { bool strip_workspace_numbers; bool binding_mode_indicator; bool verbose; + pid_t pid; struct { char background[10]; char statusline[10]; @@ -226,8 +227,7 @@ int sway_mouse_binding_cmp_qsort(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); -void terminate_swaybars(list_t *pids); +void load_swaybars(swayc_t *output); void terminate_swaybg(pid_t pid); /** |