labwc/docs/rc.xml

35 lines
909 B
XML
Raw Normal View History

<!--
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>
<theme>
<name>Clearlooks-3.4</name>
2021-07-16 18:18:09 +01:00
<cornerRadius>8</cornerRadius>
2026-02-04 20:46:54 +00:00
<font name="sans" size="10"/>
2021-07-16 18:18:09 +01:00
</theme>
<keyboard>
2026-02-04 20:46:54 +00:00
<default/>
<!-- Use a different terminal emulator -->
<keybind key="W-Return">
2026-02-04 20:46:54 +00:00
<action name="Execute" command="foot"/>
</keybind>
<!--
Remove a previously defined keybind
A shorter alternative is <keybind key="W-F4" />
-->
<keybind key="W-F4">
2026-02-04 20:46:54 +00:00
<action name="None"/>
</keybind>
2021-07-16 18:18:09 +01:00
</keyboard>
<mouse>
2026-02-04 20:46:54 +00:00
<default/>
<!-- Show a custom menu on desktop right click -->
<context name="Root">
<mousebind button="Right" action="Press">
2026-02-04 20:46:54 +00:00
<action name="ShowMenu" menu="some-custom-menu"/>
</mousebind>
</context>
</mouse>
2021-07-16 18:18:09 +01:00
</labwc_config>