rcxml: load default keybinds on <keyboard><default />

This is an addition to the openbox specification and provides a way to
keep config files simpler whilst allowing user-specific keybinds.

docs/rc.xml shows a simple config file with <default />
docs/rc.xml.full shows the full config
This commit is contained in:
Johan Malm 2021-08-22 19:09:31 +01:00
parent 93244cfbe1
commit b7573c8d36
5 changed files with 105 additions and 42 deletions

View file

@ -76,6 +76,8 @@ Labwc uses the files listed below for configuration and theming.
| [environment] | ~/.config/labwc/ | [labwc-environment(5)]
| [themerc] | ~/.local/share/themes/\<theme-name\>/openbox-3/ | [labwc-theme(5)]
The example [rc.xml] has been kept simple. For all options and default values, see [rc.xml.full]
Configuration and theme files are re-loaded on receiving SIGHUP (e.g. `killall -SIGHUP labwc`)
For keyboard settings, see [environment] and [xkeyboard-config(7)]
@ -140,6 +142,7 @@ High-level summary of items which are not inteded to be implemented:
[openbox-3.4]: https://github.com/danakj/openbox
[rc.xml]: docs/rc.xml
[rc.xml.full]: docs/rc.xml.full
[menu.xml]: docs/menu.xml
[autostart]: docs/autostart
[environment]: docs/environment