diff options
| -rw-r--r-- | doc/rc-mouse-focus.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rc-mouse-focus.xml b/doc/rc-mouse-focus.xml index 0e71c03c..e0453214 100644 --- a/doc/rc-mouse-focus.xml +++ b/doc/rc-mouse-focus.xml @@ -16,10 +16,10 @@ 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 |
