]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml
dont use obsolete xmlChildrenNode
[chaz/openbox] / data / rc.xml
index 1d4b90ab05aa394d5d21a769762113183c7afdec..d658f279b30850627e428149ed09c11762f211a4 100644 (file)
   <followMouse>no</followMouse>
   <focusLast>yes</focusLast>
   <focusLastOnDesktop>yes</focusLastOnDesktop>
+  <focusDelay>0</focusDelay>
 </focus>
 
 <theme>
-  <theme>thebear</theme>
+  <name>thebear</name>
   <titlelayout>NLIMC</titlelayout>
 </theme>
 
     <action name="PreviousWindow"/>
   </keybind>
   <keybind key="A-F7">
-    <action name="KeyboardMove"/>
+    <action name="Move"/>
   </keybind>
   <keybind key="A-F8">
-    <action name="KeyboardResize"/>
+    <action name="Resize"/>
   </keybind>
   <keybind key="A-F9">
     <action name="Iconify"/>
   </keybind>
+  <keybind key="A-space">
+    <action name="ShowMenu"><menu>client-menu</menu></action>
+  </keybind>
 </keyboard>
 
 <mouse>
     <mousebind button="A-Down" action="click">
       <action name="DesktopPrevious"/>
     </mousebind>
+    <mousebind button="Left" action="press">
+      <action name="focus"/>
+    </mousebind> 
     <mousebind button="Middle" action="press">
       <action name="ShowMenu"><menu>client-list-menu</menu></action>
     </mousebind> 
This page took 0.027406 seconds and 4 git commands to generate.