]> Dogcows Code - chaz/openbox/blobdiff - data/rc3
include Xutil for shape.h on old X versions
[chaz/openbox] / data / rc3
index 9dc8db8f3d3c91b2d09ab9b4455f570814af2e57..c0126ff98120d93bb752b3281e9cfe02b48688f4 100644 (file)
--- a/data/rc3
+++ b/data/rc3
@@ -1,13 +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>
-  <windows>yes</windows>
+  <screen_edge_strength>10</screen_edge_strength>
 </resistance>
 
 <placement>
@@ -24,6 +24,7 @@
 
 <theme>
   <theme>operation</theme>
+  <titlelayout>NLIMC</titlelayout>
 </theme>
 
 <desktops>
     <name>three</name>
     <name>four</name>
   </names>
+  <cyclingDialog>yes</cyclingDialog>
 </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"/>
     </mousebind>
   </context>
   <context name="root">
-    <mousebind button="Up" action="click">
-      <action name="desktopright"/>
-    </mousebind>
-    <mousebind button="Down" action="click">
-      <action name="desktopleft"/>
-    </mousebind>
     <mousebind button="A-Up" action="click">
       <action name="desktopright"/>
     </mousebind>
This page took 0.027153 seconds and 4 git commands to generate.