]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml
add Left and Right contexts for resizing
[chaz/openbox] / data / rc.xml
index edfba5f4d0b4a7698ff1c2f97b224a547bb8ca7e..d963936f241253843a81bd4c65ec647a2a977b6d 100644 (file)
     </mousebind>
   </context>
 
+  <context name="Left">
+    <mousebind button="Left" action="Press">
+      <action name="Activate"/>
+    </mousebind>
+    <mousebind button="Left" action="Drag">
+      <action name="Resize"><edge>left</edge></action>
+    </mousebind>
+  </context>
+
+  <context name="Right">
+    <mousebind button="Left" action="Press">
+      <action name="Activate"/>
+    </mousebind>
+    <mousebind button="Left" action="Drag">
+      <action name="Resize"><edge>right</edge></action>
+    </mousebind>
+  </context>
+
   <context name="Bottom">
     <mousebind button="Left" action="Press">
       <action name="Activate"/>
This page took 0.021396 seconds and 4 git commands to generate.