2021-07-16 18:18:09 +01:00
|
|
|
<?xml version="1.0"?>
|
2021-09-06 22:07:46 +01:00
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
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>
|
2021-08-22 14:32:19 +01:00
|
|
|
<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>
|
2021-08-22 19:09:31 +01:00
|
|
|
<font><name>sans</name><size>10</size></font>
|
2021-07-16 18:18:09 +01:00
|
|
|
</theme>
|
2020-10-22 19:40:57 +01:00
|
|
|
|
2021-07-16 18:18:09 +01:00
|
|
|
<keyboard>
|
2021-08-22 19:09:31 +01:00
|
|
|
<default />
|
|
|
|
|
<keybind key="A-Return">
|
|
|
|
|
<action name="Execute"><command>sakura</command></action>
|
|
|
|
|
</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>
|