labwc/docs/rc.xml

42 lines
929 B
XML
Raw Normal View History

2021-07-16 18:18:09 +01: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
-->
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>
2021-07-16 18:18:09 +01:00
<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>
2021-07-16 18:18:09 +01:00
</keyboard>
2020-06-05 23:04:54 +01:00
<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>
2021-07-16 18:18:09 +01:00
</labwc_config>