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/container.h | |
parent | 6d57f03028b4b32b4377d869be8de9a7e6aa55ee (diff) |
Make sway spawn only one bar per bar config
Diffstat (limited to 'include/container.h')
-rw-r--r-- | include/container.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/container.h b/include/container.h index d5126e74..a96beab9 100644 --- a/include/container.h +++ b/include/container.h @@ -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; |