mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
Update README.md
This commit is contained in:
parent
158f42d1e8
commit
5be13d2ae3
1 changed files with 14 additions and 6 deletions
20
README.md
20
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue