Make sway spawn only one bar per bar config

This commit is contained in:
Mikkel Oscar Lyderik 2016-02-23 14:25:09 +01:00
parent 6d57f03028
commit bad4e22f3b
5 changed files with 31 additions and 54 deletions

View file

@ -82,9 +82,7 @@ struct sway_container {
char *class;
char *app_id;
// Used by output containers to keep track of swaybar/swaybg child
// processes.
list_t *bar_pids;
// Used by output containers to keep track of swaybg child processes.
pid_t bg_pid;
int gaps;