]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Updated default/example rc.xml w/ first <mouse> implementation
authorAlex Bryan <abryancs@gmail.com>
Sun, 29 Aug 2021 21:10:21 +0000 (17:10 -0400)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 1 Sep 2021 06:05:37 +0000 (07:05 +0100)
docs/rc.xml
docs/rc.xml.all

index 9f4bff4f28f4376e31b6f1f215d619cb861adde3..d292a55259e7442a8d857a5f2ae6d44ea9bc2ce8 100644 (file)
     </keybind>
   </keyboard>
 
+  <mouse>
+    <context name="TitleBar">
+      <mousebind button="Left" action="DoubleClick">
+        <action name="ToggleMaximize"/>
+      </mousebind>
+    </context>
+  </mouse>
+
 </labwc_config>
index 48fcf7ac69417fe048e4e745490de6e3c09f01da..80eeae053b767b2e3a9ae31092be6c6896494d76 100644 (file)
     </keybind>
   </keyboard>
 
+  <mouse>
+    <context name="TitleBar">
+      <mousebind button="Left" action="DoubleClick">
+        <action name="ToggleMaximize"/>
+      </mousebind>
+    </context>
+  </mouse>
+
 </labwc_config>