Update README.md

This commit is contained in:
Johan Malm 2020-06-19 22:09:29 +01:00
parent 158f42d1e8
commit 5be13d2ae3

View file

@ -1,6 +1,6 @@
# labwc
Labwc is a free, stacking compositor for Wayland.
Labwc is a [WIP] free, stacking compositor for Wayland.
It is in early development and has the following aims:
@ -9,7 +9,6 @@ It is in early development and has the following aims:
- Where practicable, use other software to show wall-paper, take screenshots,
and so on.
## Dependencies
- wlroots (>=0.10.0)
@ -25,9 +24,17 @@ Will soon depend on
## Roadmap
- [x] Support xwayland
- [ ] Support some of openbox's rc.xml
- [ ] Support openbox themes
- [ ] Support layer-shell's background layer
- [x] Parse [rc.xml](data/rc.xml)
- [x] Parse [themerc](data/themerc)
- [ ] Read xbm icons
- [ ] Add maximize, minimize, close buttons
- [ ] Add grip
- [ ] Create `view_impl` starting with .configure
- [ ] Support layer-shell background (e.g. using swaybg)
- [ ] Draw better alt-tab rectangle
- [ ] Try restarting and consider catching SIGHUP for --reconfigure
- [ ] Implement client-menu
- [ ] Implement root-menu
## Influenced by
@ -46,7 +53,8 @@ The following were considered before choosing wlroots:
## Configuration
See [rc.xml](data/rc.xml) comments for details, incl. keybinds.
See [rc.xml](data/rc.xml) and [themerc](data/themerc) comments for details
incl. keybinds.
## Integration