From 56ce0893e0d8cf37ff8be869a5d5897c607e0645 Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Mon, 28 Sep 2020 21:09:19 +0100 Subject: [PATCH] Move data/* to docs/ --- README.md | 6 +++--- {data => docs}/rc.xml | 0 {data/themes/labwc-default/openbox-3 => docs}/themerc | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename {data => docs}/rc.xml (100%) rename {data/themes/labwc-default/openbox-3 => docs}/themerc (100%) diff --git a/README.md b/README.md index 9b1fc828..7abed826 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ For further details see [tools/build](tools/build) and [wiki/Build](https://gith If you want to override the defaults, copy data/rc.xml to ~/.config/labwc/ and tweak to suit. -See [rc.xml](data/rc.xml) and [themerc](data/themes/labwc-default/openbox-3/themerc) comments for details including keybinds. +See [rc.xml](docs/rc.xml) and [themerc](docs/themerc) comments for details including keybinds. See full details in the following: @@ -72,8 +72,8 @@ Suggested apps to use with labwc: ## 6. Roadmap - [x] Support xwayland -- [x] Parse [rc.xml](data/rc.xml) -- [x] Parse [themerc](data/themes/labwc-default/openbox-3/themerc) +- [x] Parse [rc.xml](docs/rc.xml) +- [x] Parse [themerc](docs/themerc) - [x] Read xbm icons - [x] Show maximize, iconify, close buttons - [x] Catch SIGHUP to reconfigure (re-load config and theme) diff --git a/data/rc.xml b/docs/rc.xml similarity index 100% rename from data/rc.xml rename to docs/rc.xml diff --git a/data/themes/labwc-default/openbox-3/themerc b/docs/themerc similarity index 100% rename from data/themes/labwc-default/openbox-3/themerc rename to docs/themerc -- 2.52.0