diff options
author | Squibid <me@zacharyscheiman.com> | 2024-04-28 00:34:01 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2024-05-23 17:16:38 -0400 |
commit | d33de07040ad3b81ae8b07148b350cc05274eb06 (patch) | |
tree | 6746bd9a08b957a193551c2b4c948f01a7308a4b /config.def.h | |
parent | ba14867b037581865a08b353e5d05d208dbf1cc4 (diff) | |
download | wiz-1.0.tar.gz wiz-1.0.tar.bz2 wiz-1.0.zip |
Add nozombies optionv1.0
Diffstat (limited to '')
-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 */ |