Add nozombies option

This commit is contained in:
2024-04-28 00:34:01 -04:00
parent ba14867b03
commit d33de07040
4 changed files with 14 additions and 4 deletions

View File

@ -1,6 +1,8 @@
#define CMD(...) (char*[]){ __VA_ARGS__, NULL }
static const int killchild = 1; /* kill idle command on wake and vice versa */
static const int nozombies = 1; /* removes all zombies, when disabled wiz tries
to leave the last child as a zombie */
struct Events events[] = {
/* idle time (ms) run on idle run on wake */