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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |