Correct typo occured -> occurred in function name
[dana/openbox.git] / doc / rc-mouse-focus.xml
index a8a888b..e045321 100644 (file)
        apply -->
   <followMouse>yes</followMouse>
   <!-- move focus to a window when you move the mouse into it -->
-  <focusLast>yes</focusLast>
+  <focusLast>no</focusLast>
   <!-- focus the last used window when changing desktops, instead of the one
        under the mouse pointer. when followMouse is enabled -->
-  <underMouse>no</underMouse>
+  <underMouse>yes</underMouse>
   <!-- move focus under the mouse, even when the mouse is not moving -->
   <focusDelay>200</focusDelay>
   <!-- when followMouse is enabled, the mouse must be inside the window for
     <mousebind button="Left" action="Press">
       <action name="Focus"/>
     </mousebind>
+    <mousebind button="Right" action="Press">
+      <action name="Focus"/>
+    </mousebind>
   </context>
 
   <context name="Root">