mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
31 lines
570 B
Markdown
31 lines
570 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
|
|
* xkbcommon
|
|
|
|
### 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
|