kiwmi is a work-in-progress extensive user-configurable Wayland Compositor.
kiwmi specifically does not enforce any logic, allowing for the creation of Lua-scripted behaviors, making arduous tasks such as modal window management become a breeze.
New users should be aware of the steep learning curve present, however this will be reduced as the project matures.
Contributions are welcomed, especially while the project is in a heavy WIP stage.
If you believe you have a valid concern, read the [CONTRIBUTING](https://github.com/buffet/kiwmi/blob/master/CONTRIBUTING.md) document and please file an issue on the [issues page](https://github.com/buffet/kiwmi/issues/new).
See the lua_docs.md for a ruleset for the lua files. To test a snippet of lua code, you can use the kiwmi client (kiwmic).
By default, no lua configuration file is supplied. You can place the file at ~/.config/kiwmi/init.lua If you *really* want an example, you can look at https://github.com/zena1/kiwmi./blob/master/init.lua