2023-07-26 23:21:06 +02: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
|
|
|
|
-->
|
|
|
|
|
|
|
|
<labwc_config>
|
|
|
|
|
|
|
|
<core>
|
|
|
|
<gap>10</gap>
|
|
|
|
</core>
|
|
|
|
|
|
|
|
<theme>
|
2023-07-27 16:41:29 +02:00
|
|
|
<name>Adwaita</name>
|
|
|
|
<cornerRadius>0</cornerRadius>
|
|
|
|
<font name="sans" size="12" />
|
2023-07-26 23:21:06 +02:00
|
|
|
</theme>
|
|
|
|
|
|
|
|
<keyboard>
|
|
|
|
<default />
|
|
|
|
<!-- Use a different terminal emulator -->
|
|
|
|
<keybind key="W-Return">
|
|
|
|
<action name="Execute" command="foot" />
|
|
|
|
</keybind>
|
|
|
|
<!--
|
|
|
|
Remove a previously defined keybind
|
|
|
|
A shorter alternative is <keybind key="W-F4" />
|
|
|
|
-->
|
|
|
|
<keybind key="W-F4">
|
|
|
|
<action name="None" />
|
|
|
|
</keybind>
|
|
|
|
</keyboard>
|
|
|
|
|
|
|
|
<mouse>
|
|
|
|
<default />
|
|
|
|
<!-- Show a custom menu on desktop right click -->
|
|
|
|
<context name="Root">
|
|
|
|
<mousebind button="Right" action="Press">
|
|
|
|
<action name="ShowMenu" menu="some-custom-menu" />
|
|
|
|
</mousebind>
|
|
|
|
</context>
|
|
|
|
</mouse>
|
|
|
|
|
|
|
|
</labwc_config>
|