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
|
|
|
<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>
|
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 />
|
2023-01-06 16:54:11 +01:00
|
|
|
<!-- Use a different terminal emulator -->
|
|
|
|
|
<keybind key="W-Return">
|
|
|
|
|
<action name="Execute" command="foot" />
|
2021-08-22 19:09:31 +01:00
|
|
|
</keybind>
|
2023-01-29 04:06:46 +01:00
|
|
|
<!--
|
|
|
|
|
Remove a previously defined keybind
|
|
|
|
|
A shorter alternative is <keybind key="W-F4" />
|
|
|
|
|
-->
|
|
|
|
|
<keybind key="W-F4">
|
|
|
|
|
<action name="None" />
|
|
|
|
|
</keybind>
|
2021-07-16 18:18:09 +01:00
|
|
|
</keyboard>
|
2020-06-05 23:04:54 +01:00
|
|
|
|
2022-12-07 10:52:49 +01:00
|
|
|
<mouse>
|
|
|
|
|
<default />
|
2023-01-06 16:54:11 +01:00
|
|
|
<!-- Show a custom menu on desktop right click -->
|
2022-12-07 10:52:49 +01:00
|
|
|
<context name="Root">
|
|
|
|
|
<mousebind button="Right" action="Press">
|
|
|
|
|
<action name="ShowMenu" menu="some-custom-menu" />
|
|
|
|
|
</mousebind>
|
|
|
|
|
</context>
|
|
|
|
|
</mouse>
|
|
|
|
|
|
2021-07-16 18:18:09 +01:00
|
|
|
</labwc_config>
|