mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
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
21 lines
369 B
XML
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>
|