labwc/docs/rc.xml

28 lines
480 B
XML
Raw Normal View History

2021-07-16 18:18:09 +01:00
<?xml version="1.0"?>
<!--
This is a very simple config file with many options missing. For a complete
set of options with comments, see docs/rc.xml.all
-->
2021-07-16 18:18:09 +01:00
<labwc_config>
2020-06-05 23:04:54 +01:00
2021-07-16 18:18:09 +01:00
<core>
<gap>10</gap>
2021-07-16 18:18:09 +01:00
</core>
2020-06-05 23:04:54 +01:00
2021-07-16 18:18:09 +01:00
<theme>
<name></name>
<cornerRadius>8</cornerRadius>
2022-11-25 03:20:49 +01:00
<font name="sans" size="10" />
2021-07-16 18:18:09 +01:00
</theme>
2021-07-16 18:18:09 +01:00
<keyboard>
<default />
<keybind key="A-Return">
2022-11-25 03:20:49 +01:00
<action name="Execute" command="sakura" />
</keybind>
2021-07-16 18:18:09 +01:00
</keyboard>
2020-06-05 23:04:54 +01:00
2021-07-16 18:18:09 +01:00
</labwc_config>