2024-06-16 14:36:20 -04:00
2024-02-20 21:39:29 -05:00
2024-05-23 17:16:38 -04:00
2024-02-20 21:39:29 -05:00
2024-06-16 14:36:20 -04:00
2024-05-23 17:16:38 -04:00
2024-02-20 21:39:29 -05:00
2024-06-16 14:36:02 -04:00

wiz - Wayland Is ZZZing

wiz is meant to be a "suckless" implementation of the Idle Notify protocol. This means that it is kept as minimal as possible without sacrificing performance or functionality.

Building wiz

wiz requires the following dependencies:

wayland
wayland-protocols (compile-time only)
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.

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
Description
No description provided
Readme 43 KiB
Languages
C 69.2%
Makefile 22.1%
Roff 8.7%