]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Update README.md
authorJohan Malm <jgm323@gmail.com>
Mon, 21 Sep 2020 18:51:16 +0000 (19:51 +0100)
committerJohan Malm <jgm323@gmail.com>
Mon, 21 Sep 2020 18:51:16 +0000 (19:51 +0100)
.gitignore
README.md

index 6cadb84ad9764039232cbbe53ba237c8c46052c9..e1b0bdc6ff02a5cd49beed351d1438d108519029 100644 (file)
@@ -3,3 +3,4 @@ xdg-shell-protocol.*
 labwc
 build*/
 subprojects/
+tags
index fe0251a7bc1ffe66058e0013ed33287feef4d8e9..97167295fafa6ff9c440b84d91d0c5a40b16c9f0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -74,13 +74,22 @@ Suggested apps to use with labwc:
 - [x] Parse [rc.xml](data/rc.xml)
 - [x] Parse [themerc](data/themes/labwc-default/openbox-3/themerc)
 - [x] Read xbm icons
-- [x] Show maximize, iconify, close buttons (maximize function not supported yet)
-- [ ] Add grip
-- [ ] Support layer-shell background layer for use with swaybg
-- [ ] Catching SIGHUP for --reconfigure
+- [x] Show maximize, iconify, close buttons
+- [ ] Support 'maximize'
+- [ ] Show window title
+- [ ] Catch SIGHUP for --reconfigure
+- [ ] Read ~/.config/labwc/autostart
+- [ ] Read ~/.config/labwc/environment (useful for XKB environment variables)
+- [ ] Support layer-shell protocol (e.g. for setting background with swaybg).
+- [ ] Support foreign-toplevel protocol (e.g. to integrate with wlroots panels/bars)
+- [ ] Support damage control to reduce CPU usage
 - [ ] Implement client-menu
 - [ ] Implement root-menu
-- [ ] Add OSD, for example to support alt-tab window list
+- [ ] Support on-screen display (OSD), for example to support alt-tab window list
 
 For further details see [wiki/Roadmap](https://github.com/johanmalm/labwc/wiki/Roadmap).
 
+Based on development so far, it looks like only a modest fraction of all theme and configuration options are required to adequately render most common themes and provide a pretty openbox-like experience.
+
+It is likely that only a subset of the full specification will be implemented in order to keep the code base simpler and cleaner.
+