]> Dogcows Code - chaz/openbox/blobdiff - data/rc.xml
optimization. don't need a glist where a simple pointer will suffice.
[chaz/openbox] / data / rc.xml
index 64dde12d78520d51c12b0742b14fe5c366f09364..0a7bee06bbd8978f4f6f46d718d7defc9e9d714f 100644 (file)
@@ -15,6 +15,7 @@
   <followMouse>no</followMouse>
   <focusLast>yes</focusLast>
   <focusLastOnDesktop>yes</focusLastOnDesktop>
+  <focusDelay>0</focusDelay>
 </focus>
 
 <theme>
   <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.020196 seconds and 4 git commands to generate.