From d33de07040ad3b81ae8b07148b350cc05274eb06 Mon Sep 17 00:00:00 2001 From: Squibid <me@zacharyscheiman.com> Date: Sun, 28 Apr 2024 00:34:01 -0400 Subject: Add nozombies option --- config.def.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.def.h') 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 */ -- cgit v1.2.1