docs/rc.xml: adjust format

This commit is contained in:
Johan Malm 2026-02-04 20:46:54 +00:00
parent 1155352bb6
commit 9427496f07

View file

@ -2,38 +2,33 @@
This is a very simple config file with many options missing. For a complete This is a very simple config file with many options missing. For a complete
set of options with comments, see docs/rc.xml.all set of options with comments, see docs/rc.xml.all
--> -->
<labwc_config> <labwc_config>
<theme> <theme>
<name>Clearlooks-3.4</name> <name>Clearlooks-3.4</name>
<cornerRadius>8</cornerRadius> <cornerRadius>8</cornerRadius>
<font name="sans" size="10" /> <font name="sans" size="10"/>
</theme> </theme>
<keyboard> <keyboard>
<default /> <default/>
<!-- Use a different terminal emulator --> <!-- Use a different terminal emulator -->
<keybind key="W-Return"> <keybind key="W-Return">
<action name="Execute" command="foot" /> <action name="Execute" command="foot"/>
</keybind> </keybind>
<!-- <!--
Remove a previously defined keybind Remove a previously defined keybind
A shorter alternative is <keybind key="W-F4" /> A shorter alternative is <keybind key="W-F4" />
--> -->
<keybind key="W-F4"> <keybind key="W-F4">
<action name="None" /> <action name="None"/>
</keybind> </keybind>
</keyboard> </keyboard>
<mouse> <mouse>
<default /> <default/>
<!-- Show a custom menu on desktop right click --> <!-- Show a custom menu on desktop right click -->
<context name="Root"> <context name="Root">
<mousebind button="Right" action="Press"> <mousebind button="Right" action="Press">
<action name="ShowMenu" menu="some-custom-menu" /> <action name="ShowMenu" menu="some-custom-menu"/>
</mousebind> </mousebind>
</context> </context>
</mouse> </mouse>
</labwc_config> </labwc_config>