i3bar: put tray icons in the save-set (prevents them from crashing when i3bar exits/crashes)

This commit is contained in:
Michael Stapelberg
2011-10-24 20:11:32 +01:00
parent d490bae8a2
commit 35bd2d27c0
2 changed files with 8 additions and 0 deletions

View File

@ -165,6 +165,7 @@ void got_data(struct ev_loop *loop, ev_io *watcher, int events) {
/* EOF received. Since i3 will restart i3bar instances as appropriate,
* we exit here. */
DLOG("EOF received, exiting...\n");
clean_xcb();
exit(EXIT_SUCCESS);
}
rec += n;