From 492da1c062d7758e162f0edb5262b47b55b48d89 Mon Sep 17 00:00:00 2001 From: Manuel Mendez Date: Sun, 5 Feb 2017 04:07:21 -0500 Subject: [PATCH] docs: focus_follow_mouse only happens at window border crossings (#2669) see #2666 --- docs/userguide | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/userguide b/docs/userguide index d15aed73..584edc80 100644 --- a/docs/userguide +++ b/docs/userguide @@ -946,12 +946,12 @@ the next section. === Focus follows mouse -By default, window focus follows your mouse movements. However, if you have a -setup where your mouse usually is in your way (like a touchpad on your laptop -which you do not want to disable completely), you might want to disable 'focus -follows mouse' and control focus only by using your keyboard. The mouse will -still be useful inside the currently active window (for example to click on -links in your browser window). +By default, window focus follows your mouse movements as the mouse crosses +window borders. However, if you have a setup where your mouse usually is in your +way (like a touchpad on your laptop which you do not want to disable +completely), you might want to disable 'focus follows mouse' and control focus +only by using your keyboard. The mouse will still be useful inside the +currently active window (for example to click on links in your browser window). *Syntax*: --------------------------