From e15b16b072395388db3f7c801239e62848780c3f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 15 Oct 2023 14:25:16 +0530 Subject: [PATCH] Mention behavior of focus_follows_mouse in docs on macOS --- kitty/options/definition.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 92a61bcdd..9a5a41c6a 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -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. ''' )