labwc/docs/rc.xml
Johan Malm b7573c8d36 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
2021-08-22 19:09:31 +01:00

21 lines
369 B
XML

<?xml version="1.0"?>
<labwc_config>
<core>
<gap>10</gap>
</core>
<theme>
<name></name>
<cornerRadius>8</cornerRadius>
<font><name>sans</name><size>10</size></font>
</theme>
<keyboard>
<default />
<keybind key="A-Return">
<action name="Execute"><command>sakura</command></action>
</keybind>
</keyboard>
</labwc_config>