]> git.mdlowis.com Git - proto/labwc.git/commitdiff
README: add note on themes and keyboard settings
authorJohan Malm <jgm323@gmail.com>
Tue, 10 Aug 2021 20:32:32 +0000 (21:32 +0100)
committerJohan Malm <jgm323@gmail.com>
Tue, 10 Aug 2021 20:32:47 +0000 (21:32 +0100)
README.md

index 0a279e6f16d930275c1c6fc120c430a13552f8b7..a205e30da49f51a80eb5a908e723d6f55ddf6a3c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -70,16 +70,22 @@ Labwc uses the files listed below for configuration and theming.
 
 | file          | user over-ride location                         | man page
 | ------------- | ----------------------------------------------- | --------
-| [rc.xml]      | ~/.config/labwc/                                | [labwc-config(5)]
+| [rc.xml]      | ~/.config/labwc/                                | [labwc-config(5)], [labwc-actions(5)]
 | [menu.xml]    | ~/.config/labwc/                                | [labwc-menu(5)]
 | [autostart]   | ~/.config/labwc/                                | [labwc(1)]
 | [environment] | ~/.config/labwc/                                | [labwc-environment(5)]
 | [themerc]     | ~/.local/share/themes/\<theme-name\>/openbox-3/ | [labwc-theme(5)]
 
-See also [labwc(1)] and [labwc-actions(5)]
-
 Configuration and theme files are re-loaded on receiving SIGHUP (e.g. `killall -SIGHUP labwc`)
 
+For keyboard settings, see [environment] and [xkeyboard-config(7)]
+
+For themes, search the internet and place them in `~/.local/share/themes/`. Some good starting points include:
+
+- https://github.com/addy-dclxvi/openbox-theme-collections
+- https://github.com/the-zero885/Lubuntu-Arc-Round-Openbox-Theme
+
+
 ## 5. Run
 
     ./build/labwc [-s <command>]
@@ -142,6 +148,7 @@ High-level summary of items which are not inteded to be implemented:
 [labwc-environment(5)]: https://raw.githubusercontent.com/johanmalm/labwc/master/docs/labwc-environment.5.scd
 [labwc-theme(5)]: https://raw.githubusercontent.com/johanmalm/labwc/master/docs/labwc-theme.5.scd
 [labwc-actions(5)]: https://raw.githubusercontent.com/johanmalm/labwc/master/docs/labwc-actions.5.scd
+[xkeyboard-config(7)]: https://manpages.debian.org/testing/xkb-data/xkeyboard-config.7.en.html
 
 [wiki/Build]: https://github.com/johanmalm/labwc/wiki/Build