]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Update README.md
authorJohan Malm <jgm323@gmail.com>
Fri, 19 Jun 2020 21:09:29 +0000 (22:09 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 19 Jun 2020 21:09:29 +0000 (22:09 +0100)
README.md

index 07f1e68fcb677a2e300119e2449169d259bf2123..641bffbbec67a5bac211f401e81f3cff78044368 100644 (file)
--- a/README.md
+++ b/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