diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 94aed91..a2c047c 100644 --- a/config.def.h +++ b/config.def.h @@ -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 */ |