]> Dogcows Code - chaz/openbox/blobdiff - data/rc3
remove the <windows> option from the resistance plugin since window and edge resistan...
[chaz/openbox] / data / rc3
index 9acb3bb5d08f2b97d9f33e3000f1c7176a2d4454..50efc16eb6d7dc67ea1c31c05e2f63c380f51441 100644 (file)
--- a/data/rc3
+++ b/data/rc3
@@ -1,14 +1,13 @@
 <?xml version="1.0"?>
 
-<!-- Do not edit this file, it will be overwritten on install. Edit the file
-     in $HOME/.openbox/ instead. -->
+<!-- Do not edit this file, it will be overwritten on install. Copy the file
+     to $HOME/.openbox/ instead. -->
 
 <openbox_config>
 
 <resistance>
   <strength>10</strength>
   <screen_edge_strength>10</screen_edge_strength>
-  <windows>yes</windows>
 </resistance>
 
 <placement>
   </names>
 </desktops>
 
-<moveresize>
-  <opaqueMove>yes</opaqueMove>
-  <opaqueResize>yes</opaqueResize>
-</moveresize>
+<resize>
+  <drawContents>yes</drawContents>
+</resize>
 
 <dock>
   <position>topleft</position>
       <action name="focus"/>
     </mousebind>
   </context>
+  <context name="tlcorner">
+    <mousebind button="Left" action="drag">
+      <action name="resize"/>
+    </mousebind>
+    <mousebind button="Left" action="press">
+      <action name="focus"/>
+    </mousebind>
+  </context>
+  <context name="trcorner">
+    <mousebind button="Left" action="drag">
+      <action name="resize"/>
+    </mousebind>
+    <mousebind button="Left" action="press">
+      <action name="focus"/>
+    </mousebind>
+  </context>
   <context name="client">
     <mousebind button="Left" action="press">
       <action name="focus"/>
This page took 0.022409 seconds and 4 git commands to generate.