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