mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 14:22:33 +00:00
Mention behavior of focus_follows_mouse in docs on macOS
This commit is contained in:
parent
9375e671bc
commit
e15b16b072
1 changed files with 2 additions and 0 deletions
|
|
@ -585,6 +585,8 @@ opt('focus_follows_mouse', 'no',
|
|||
option_type='to_bool', ctype='bool',
|
||||
long_text='''
|
||||
Set the active window to the window under the mouse when moving the mouse around.
|
||||
On macOS, this will also cause the OS Window under the mouse to be focused automatically when the
|
||||
mouse enters it.
|
||||
'''
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue