]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs/rc.xml: remove <lab><keyboard>
authorJohan Malm <jgm323@gmail.com>
Fri, 9 Oct 2020 18:52:19 +0000 (19:52 +0100)
committerJohan Malm <jgm323@gmail.com>
Fri, 9 Oct 2020 18:52:19 +0000 (19:52 +0100)
docs/rc.xml

index dc3464eace45a2fea99ea352b063d6c931b93c52..045659519d8f784cc6ab9294ac0915b143256e35 100644 (file)
@@ -5,26 +5,21 @@
 
 <!-- labwc specific settings - additional to openbox -->
 <lab>
-  <!-- Use server-side decorations for xdg-shell views where CSD can be disabled -->
+  <!-- Use server-side decorations for xdg-shell views if CSD can be disabled -->
   <xdg_shell_server_side_deco>yes</xdg_shell_server_side_deco>
 
-  <!-- See xkeyboard-config(7) for details on these keyboard settings -->
-  <keyboard>
-    <!-- layout could be for example 'gb' -->
-    <layout></layout>
-  </keyboard>
+  <!-- This font size also determintes the height of the window title bar -->
+  <font place="ActiveWindow">
+    <name>Sans</name>
+    <size>8</size>
+  </font>
 </lab>
 
 <theme>
   <name>Clearlooks</name>
 </theme>
 
-<!--
-    Currently supported keybind actions include:
-    - Exit
-    - NextWindow
-    - Execute
--->
+<!-- see labwc-actions(5) for a list of supported actions -->
 <keyboard>
   <keybind key="A-Escape">
     <action name="Exit"/>