2020-02-27 16:42:01 -05:00
|
|
|
# Waybox
|
|
|
|
|
An Openbox clone on Wayland (WIP)
|
2018-02-19 12:12:49 -06:00
|
|
|
|
|
|
|
|
### Goals
|
2020-02-27 16:42:01 -05:00
|
|
|
The main goal of this project is to provide a similar feel to Openbox but on Wayland
|
2018-02-19 12:12:49 -06:00
|
|
|
|
2018-07-16 15:54:23 -05:00
|
|
|
### Contributing
|
|
|
|
|
|
|
|
|
|
[Details on
|
|
|
|
|
contributing.](https://github.com/wizbright/waybox/blob/master/CONTRIBUTING.md)
|
|
|
|
|
|
2018-06-15 13:16:15 -05:00
|
|
|
### Dependencies
|
|
|
|
|
|
2022-01-29 14:34:55 -05:00
|
|
|
* [Meson](https://mesonbuild.com/)
|
|
|
|
|
* [wlroots](https://gitlab.freedesktop.org/wlroots/wlroots/)
|
2022-02-01 20:26:50 -05:00
|
|
|
* [libxml2](http://xmlsoft.org/)
|
2022-01-29 14:34:55 -05:00
|
|
|
* [Wayland](https://wayland.freedesktop.org/)
|
|
|
|
|
* [xkbcommon](https://xkbcommon.org/)
|
2018-06-15 13:16:15 -05:00
|
|
|
|
|
|
|
|
### Build instructions
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
meson build
|
|
|
|
|
cd build
|
|
|
|
|
ninja
|
|
|
|
|
```
|
|
|
|
|
|
2020-02-27 16:42:01 -05:00
|
|
|
After that, you should have an executable as waybox/waybox
|
2018-02-19 12:12:49 -06:00
|
|
|
|
|
|
|
|
### Contact
|
2022-03-15 12:33:51 -05:00
|
|
|
I can be found as wiz on Rizon and wizbright on Libera.
|
|
|
|
|
Join [#waybox](https://libera.chat/guides/connect) for discussion
|