2018-02-19 12:08:21 -06:00
|
|
|
# waybox
|
|
|
|
|
An openbox clone on Wayland (WIP)
|
2018-02-19 12:12:49 -06:00
|
|
|
|
2020-02-17 23:43:14 -05:00
|
|
|
This is the basic-apps branch, in which I'm working to get simple apps to work.
|
|
|
|
|
Currently, I'm targeting wlroots 0.6.0, but after I get the basic functionality
|
|
|
|
|
worked out, I want to get it to compile with wlroots 0.10.0. Right now, a
|
|
|
|
|
weston-terminal window will show, but it won't receive keyboard input.
|
|
|
|
|
|
2018-02-19 12:12:49 -06:00
|
|
|
### Goals
|
|
|
|
|
The main goal of this project is to provide a similar feel to openbox but on wayland
|
|
|
|
|
|
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
|
|
|
|
|
|
2018-06-27 15:41:51 -05:00
|
|
|
* meson
|
2018-06-15 13:19:43 -05:00
|
|
|
* wlroots
|
|
|
|
|
* wayland
|
2018-06-15 13:16:15 -05:00
|
|
|
|
|
|
|
|
### Build instructions
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
meson build
|
|
|
|
|
cd build
|
|
|
|
|
ninja
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
After that, you should have an executable in build/
|
2018-02-19 12:12:49 -06:00
|
|
|
|
|
|
|
|
### Contact
|
|
|
|
|
I can be found as wiz on Rizon and WizBright on Freenode.
|
2018-06-15 13:16:15 -05:00
|
|
|
Join [#waybox](http://webchat.freenode.net/?channels=waybox) for discussion
|