mirror of
https://github.com/labwc/labwc.git
synced 2026-03-01 01:40:24 -05:00
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:
parent
93244cfbe1
commit
b7573c8d36
5 changed files with 105 additions and 42 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue