]> Dogcows Code - chaz/openbox/blobdiff - doc/rc-mouse-focus.xml
add Left and Right contexts for resizing
[chaz/openbox] / doc / rc-mouse-focus.xml
index ce8ca2a01993233f3d76683e85830ab61cd364fb..c1351cac57a24acd15c6ab4c7e58d00b1e0accbc 100644 (file)
     </mousebind>
   </context>
 
+  <context name="Left">
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
+    </mousebind>
+    <mousebind button="Left" action="Click">
+      <action name="Raise"/>
+    </mousebind>
+    <mousebind button="Left" action="Drag">
+      <action name="Resize"><edge>top</edge></action>
+    </mousebind>
+  </context>
+
+  <context name="Right">
+    <mousebind button="Left" action="Press">
+      <action name="Focus"/>
+    </mousebind>
+    <mousebind button="Left" action="Click">
+      <action name="Raise"/>
+    </mousebind>
+    <mousebind button="Left" action="Drag">
+      <action name="Resize"><edge>top</edge></action>
+    </mousebind>
+  </context>
+
   <context name="Handle">
     <mousebind button="Left" action="Press">
       <action name="Focus"/>
This page took 0.02193 seconds and 4 git commands to generate.