]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Some formatting
authorstefonarch <standreas@riseup.net>
Mon, 26 Jun 2023 20:33:34 +0000 (22:33 +0200)
committerJohan Malm <johanmalm@users.noreply.github.com>
Tue, 27 Jun 2023 20:11:20 +0000 (21:11 +0100)
docs/rc.xml.all

index 30a3ac6253182402c7c0d6eeae8e13e91736881d..23457f3567da96430a7b84ad0a996118926d9319 100644 (file)
   </snapping>
 
   <!--
-    Use GoToDesktop left | right to switch workspaces.
-    Use SendToDesktop left | right to move windows.
-    See man labwc-actions for further information.
-
     Workspaces can be configured like this:
     <desktops>
       <popupTime>1000</popupTime>
 
     Or it can also be configured like this:
     <desktops number="4" />
+
+    popupTime defaults to 1000 so could be left out.
+    Set to 0 to completely disable the workspace OSD.
+
+    Use GoToDesktop left | right to switch workspaces.
+    Use SendToDesktop left | right to move windows.
+    See man labwc-actions for further information.
   -->
-    <!--
-      popupTime defaults to 1000 so could be left out.
-      Set to 0 to completely disable the workspace OSD.
-    -->
   <desktops>
     <popupTime>1000</popupTime>
     <names>
   </desktops>
 
   <!--
-    <margin> can be used to reserve space where new/maximized/tiled
-    windows will not be placed. Clients using layer-shell protocol reserve
-    space automatically, so <margin> is only intended for other, specialist
-    cases.
-    #
-    If output is left empty, the margin will be applied to all outputs.
+    <margin> can be used to reserve space where new/maximized/tiled
+    windows will not be placed. Clients using layer-shell protocol reserve
+    space automatically, so <margin> is only intended for other, specialist
+    cases.
+
+    If output is left empty, the margin will be applied to all outputs.
 
     <margin top="" bottom="" left="" right="" output="" />
   -->
     <keybind key="XF86_MonBrightnessDown">
       <action name="Execute" command="brightnessctl set 10%-" />
     </keybind>
-    <!-- SnapToRegion via W-Numpad -->
+  <!-- SnapToRegion via W-Numpad -->
     <!--
     <keybind key="W-KP_7"><action name="SnapToRegion" region="top-left" /></keybind>
     <keybind key="W-KP_8"><action name="SnapToRegion" region="top" /></keybind>
     <keybind key="W-KP_1"><action name="SnapToRegion" region="bottom-left" /></keybind>
     <keybind key="W-KP_2"><action name="SnapToRegion" region="bottom" /></keybind>
     <keybind key="W-KP_3"><action name="SnapToRegion" region="bottom-right" /></keybind>
-    -->
+  -->
   </keyboard>
 
   <!--