From d33de07040ad3b81ae8b07148b350cc05274eb06 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 28 Apr 2024 00:34:01 -0400 Subject: Add nozombies option --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 556b5c1..70d7cf2 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,14 @@ pkg-config (compile-time only) Install these (and their `-devel` versions if your distro has separate development packages) and run `make`. ## Configuration -To change idle events modify `config.h`, and recompile. Additionally you can modify -the `killchild` option to send SIGINTs to old children. +To change idle events modify `config.h`, and recompile. + +### Options +`killchild`: send SIGINT to children on wake and vice versa. + +`nozombies`: removes all zombies, when disabled wiz tries to leave the last +child as a zombie + ## Acknowledgements This project would not have been possible without the following project(s): - swaybg for showing how to implement the Idle Notify protocol -- cgit v1.2.1