]> git.mdlowis.com Git - proto/labwc.git/commitdiff
docs/rc.xml.all: add TitleBar Left-Press mousebind
authorJohan Malm <jgm323@gmail.com>
Fri, 26 Nov 2021 18:30:30 +0000 (18:30 +0000)
committerJohan Malm <jgm323@gmail.com>
Fri, 26 Nov 2021 18:30:58 +0000 (18:30 +0000)
<context name="TitleBar">
  <mousebind button="Left" action="Press">
    <action name="Move"/>
  </mousebind>
</context>

docs/rc.xml.all

index 226db4b87824145085dbf4ecabd670d47046607a..123d13a5e7a040b23b142551b7691353e20e6907 100644 (file)
     <!-- time is in ms -->
     <doubleClickTime>500</doubleClickTime>
 
+    <context name="TitleBar">
+      <mousebind button="Left" action="Press">
+        <action name="Move"/>
+      </mousebind>
+    </context>
     <context name="TitleBar">
       <mousebind button="Left" action="DoubleClick">
         <action name="ToggleMaximize"/>