The focus_follows_mouse option now also works across top-level kitty OS windows

Fixes #772
This commit is contained in:
Kovid Goyal
2018-07-30 21:26:20 +05:30
parent 78def6e6bf
commit 9af3081f45
8 changed files with 48 additions and 8 deletions

View File

@@ -36,7 +36,10 @@ Changelog
file is text (:pull:`752`)
- kitty @ new-window: Add a new option :option:`kitty @ new-window --window-type`
to create top-level OS windows. (:iss:`770`)
to create top-level OS windows (:iss:`770`)
- The :opt:`focus_follows_mouse` option now also works across top-level kitty OS windows
(:iss:`754`)
0.11.3 [2018-07-10]