mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-31 22:25:28 -04:00
30 lines
558 B
Markdown
30 lines
558 B
Markdown
# waybox
|
|
An openbox clone on Wayland (WIP)
|
|
|
|
### Goals
|
|
The main goal of this project is to provide a similar feel to openbox but on wayland
|
|
|
|
### Contributing
|
|
|
|
[Details on
|
|
contributing.](https://github.com/wizbright/waybox/blob/master/CONTRIBUTING.md)
|
|
|
|
### Dependencies
|
|
|
|
* meson
|
|
* wlroots
|
|
* wayland
|
|
|
|
### Build instructions
|
|
|
|
```
|
|
meson build
|
|
cd build
|
|
ninja
|
|
```
|
|
|
|
After that, you should have an executable in build/
|
|
|
|
### Contact
|
|
I can be found as wiz on Rizon and WizBright on Freenode.
|
|
Join [#waybox](http://webchat.freenode.net/?channels=waybox) for discussion
|