From 87dbdba67260283d1bbb5b77c5969868cf5fa262 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Wed, 23 Dec 2020 18:38:49 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a6899308..2f4f506e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The following were considered before choosing wlroots: [qtwayland](https://githu Dependencies include: - meson, ninja -- wlroots (>0.12) +- wlroots (>=0.11.0) - wayland (>=1.16) - wayland-protocols - xwayland @@ -47,8 +47,6 @@ Dependencies include: For further details see [wiki/Build](https://github.com/johanmalm/labwc/wiki/Build). -It seems a bit early to start tagging, but if you're running wlroots 0.10-0.12, checkout commit 071fcc6 - ## 3. Configure If you want to override the defaults, copy data/rc.xml to ~/.config/labwc/ and tweak to suit. @@ -91,7 +89,7 @@ No acceptance criteria exists, but the following list indicates the inteded high - [x] Support xwayland - [x] Parse openbox config files (rc.xml, autostart, environment) -- [x] Parse openbox themes and associated xbm icons +- [x] Parse openbox themes files and associated xbm icons - [x] Show maximize, iconify, close buttons - [x] Catch SIGHUP to re-load config file and theme - [x] Support layer-shell protocol ('exclusive' not yet implemented) @@ -111,13 +109,14 @@ In order to keep the code base clean and maintainable, simplicy is favoured over ### In-scope -Refer to these wiki pages for scope info: +Refer to these wiki pages for a more detailed scope definition against the openbox documentation. -- [progress](https://github.com/johanmalm/labwc/wiki/Scope-progress) - [configuration](https://github.com/johanmalm/labwc/wiki/Scope-configuration) -- [specification](https://github.com/johanmalm/labwc/wiki/Scope-theme-specification) +- [theme specification](https://github.com/johanmalm/labwc/wiki/Scope-theme-specification) - [actions](https://github.com/johanmalm/labwc/wiki/Scope-actions) +Track [progress](https://github.com/johanmalm/labwc/wiki/Scope-progress) against the above specification. + ### Out-of-scope The following items are out-of-scope: -- 2.52.0