mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
docs/rc.xml: adjust format
This commit is contained in:
parent
1155352bb6
commit
9427496f07
1 changed files with 6 additions and 11 deletions
17
docs/rc.xml
17
docs/rc.xml
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue