8000 GitHub - jmitchener/way-cooler: Customizable Wayland compositor (window manager)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jmitchener/way-cooler

 
 

Repository files navigation

Way Cooler Crates.io Downloads License

Way Cooler is the spiritual successor of AwesomeWM for Wayland. It is written in Rust and uses wlroots.

Building

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

Development

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.

Contributing

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.

About

Customizable Wayland compositor (window manager)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 86.2%
  • Lua 8.5%
  • Shell 3.7%
  • C 1.3%
  • Makefile 0.3%
0