turn off focuslast and on undermouse in mouse focus config example

This commit is contained in:
Dana Jansens 2010-05-13 18:10:30 -04:00
parent 3374fb2a88
commit 09d1d0434b

View file

@ -16,10 +16,10 @@
apply --> apply -->
<followMouse>yes</followMouse> <followMouse>yes</followMouse>
<!-- move focus to a window when you move the mouse into it --> <!-- 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 <!-- focus the last used window when changing desktops, instead of the one
under the mouse pointer. when followMouse is enabled --> 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 --> <!-- move focus under the mouse, even when the mouse is not moving -->
<focusDelay>200</focusDelay> <focusDelay>200</focusDelay>
<!-- when followMouse is enabled, the mouse must be inside the window for <!-- when followMouse is enabled, the mouse must be inside the window for