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
|
=== Focus follows mouse
|
||||||
|
|
||||||
By default, window focus follows your mouse movements. However, if you have a
|
By default, window focus follows your mouse movements as the mouse crosses
|
||||||
setup where your mouse usually is in your way (like a touchpad on your laptop
|
window borders. However, if you have a setup where your mouse usually is in your
|
||||||
which you do not want to disable completely), you might want to disable 'focus
|
way (like a touchpad on your laptop which you do not want to disable
|
||||||
follows mouse' and control focus only by using your keyboard. The mouse will
|
completely), you might want to disable 'focus follows mouse' and control focus
|
||||||
still be useful inside the currently active window (for example to click on
|
only by using your keyboard. The mouse will still be useful inside the
|
||||||
links in your browser window).
|
currently active window (for example to click on links in your browser window).
|
||||||
|
|
||||||
*Syntax*:
|
*Syntax*:
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
Loading…
Reference in New Issue