rc.xml.all: re-format and improve comments

This commit is contained in:
Johan Malm 2021-10-19 21:52:26 +01:00
parent 1b89a468c7
commit 57d0283d61

View file

@ -1,6 +1,9 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- This file contains all supported config elements and attributes --> <!--
This file contains all supported config elements & attributes with
default values.
-->
<labwc_config> <labwc_config>
@ -9,11 +12,12 @@
<gap>0</gap> <gap>0</gap>
</core> </core>
<!--
<font><theme> can be defined without an attribute to set all places
-->
<theme> <theme>
<name></name> <name></name>
<cornerRadius>8</cornerRadius> <cornerRadius>8</cornerRadius>
<!-- Font can be defined without attributues to set all places the same -->
<font place="ActiveWindow"><name>sans</name><size>10</size></font> <font place="ActiveWindow"><name>sans</name><size>10</size></font>
<font place="MenuItem"><name>sans</name><size>10</size></font> <font place="MenuItem"><name>sans</name><size>10</size></font>
</theme> </theme>
@ -24,21 +28,20 @@
</focus> </focus>
<!-- <!--
Keybind actions are specified in more detail in labwc-actions(5) Keybind actions are specified in labwc-actions(5)
The following keybind modifiers are supported: The following keybind modifiers are supported:
W - window/super/logo W - window/super/logo
A - alt A - alt
C - ctrl C - ctrl
S - shift S - shift
Use <keyboard><default /> to load all the default keybinds (those listed
below). If the default keybinds are largely what you want, a sensible
approach could be to start the <keyboard> section with a <default />
element, and then (re-)define any special binds you need such as launching
your favourite terminal or application launcher.
--> -->
<keyboard> <keyboard>
<!--
The element <default /> to load the default keybind and thus avoid
repeating all the definitions below.
-->
<keybind key="A-Escape"> <keybind key="A-Escape">
<action name="Exit" /> <action name="Exit" />
</keybind> </keybind>
@ -98,6 +101,10 @@
</keybind> </keybind>
</keyboard> </keyboard>
<!--
<mousebind> buttons/actions have not yet been implemented except for the
one below.
-->
<mouse> <mouse>
<!-- time is in ms --> <!-- time is in ms -->
<doubleClickTime>500</doubleClickTime> <doubleClickTime>500</doubleClickTime>