An openbox clone on Wayland (WIP)
Find a file
2020-02-18 08:10:24 -05:00
include/waybox Basic seat support 2020-02-18 08:10:24 -05:00
protocol Replaced gamma_control with gamma_control_v1 2019-06-19 18:06:51 -04:00
waybox Basic seat support 2020-02-18 08:10:24 -05:00
.build.yml Build file-name error 2018-10-06 15:44:31 -05:00
.gitignore fixing issues now 2018-02-21 13:19:27 -06:00
CONTRIBUTING.md s/wlroots/waybox where appropriate 2018-07-27 17:29:09 +03:00
LICENSE Update LICENSE 2018-02-19 12:17:35 -06:00
meson.build Specify minimum requires wlroots version 2019-06-19 13:49:33 -04:00
README.md Got basic xdg-shell code 2020-02-17 23:43:14 -05:00

waybox

An openbox clone on Wayland (WIP)

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.

Goals

The main goal of this project is to provide a similar feel to openbox but on wayland

Contributing

Details on contributing.

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 for discussion