docs: focus_follow_mouse only happens at window border crossings (#2669)
see #2666
This commit is contained in:
parent
98f202dd1b
commit
492da1c062
|
@ -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*:
|
||||
--------------------------
|
||||
|
|
Loading…
Reference in New Issue