Way Cooler is the spiritual successor of AwesomeWM for Wayland. It is written in Rust and uses wlroots.
To build Way Cooler, make sure to init the submodules correctly:
git submodule update --init --recursive
To build a debug build use make
. make run
will run a debug version of way-cooler
and awesome
.
Use make release
to build a release version and make run_release
to run the release version of Way Cooler.
To run the Awesome tests use make test
.
To get the docs, run make docs
. Man pages will be in target/man
and web pages in target/html
Way Cooler is under very active development right now. Currently, master is not usable for production. There are old versions of Way Cooler that do work, however:
- They use an old framework, wlc, and thus are very limited and buggy.
- Was not designed to emulate Awesome, but instead has i3 tiling and its own (very incomplete) Lua libraries.
There will be another release this year, v0.9.0. It will be the last release before 1.0. 1.0 is defined to be 100% compatible with AwesomeWM.
Check out Contributing for more information.
If you find bugs or have questions about the code, please submit an issue or ask us on IRC.