]> Dogcows Code - chaz/openbox/blobdiff - data/rc3
better handling of maximizing, wrt changing decorations on the windows, and showing...
[chaz/openbox] / data / rc3
index a159e65eb2ca4f1cf3a16c0f17b3387853e7e0ad..a3375704a210246238944df17f8de26cc4c5001f 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>
@@ -52,6 +53,8 @@
 </dock>
 
 <keyboard>
+  <chainQuitKey>C-g</chainQuitKey>
+
   <keybind key="A-F10">
     <action name="MaximizeFull"></action>
   </keybind>
@@ -59,7 +62,7 @@
     <action name="UnmaximizeFull"></action>
   </keybind>
   <keybind key="A-F12">
-    <action name="ToggleShaded"></action>
+    <action name="ToggleShade"></action>
   </keybind>
   <keybind key="C-A-Left">
     <action name="DesktopLeft"></action>
       <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"/>
+      <action name="raise"/>
     </mousebind>
     <mousebind button="Middle" action="press">
       <action name="focus"/>
     <mousebind button="Left" action="press">
       <action name="focus"/>
     </mousebind>
+    <mousebind button="Right" action="press">
+      <action name="showmenu"><menu>client-menu</menu></action>
+    </mousebind>
     <mousebind button="Left" action="click">
       <action name="showmenu"><menu>client-menu</menu></action>
     </mousebind>
       <action name="close"/>
     </mousebind>
   </context>
-  <context name="root">
-    <mousebind button="Up" action="click">
-      <action name="desktopright"/>
-    </mousebind>
-    <mousebind button="Down" action="click">
-      <action name="desktopleft"/>
-    </mousebind>
+  <context name="desktop">
     <mousebind button="A-Up" action="click">
       <action name="desktopright"/>
     </mousebind>
       <action name="desktopleft"/>
     </mousebind>
     <mousebind button="Middle" action="press">
-      <action name="showmenu"><menu>root</menu></action>
+      <action name="showmenu"><menu>client-list-menu</menu></action>
+    </mousebind> 
+    <mousebind button="Right" action="press">
+      <action name="showmenu"><menu>root-menu</menu></action>
     </mousebind>
   </context>
 </mouse>
 
+<menu>
+  <location>~/.openbox/menu</location>
+</menu>
+
 </openbox_config>
This page took 0.022903 seconds and 4 git commands to generate.