mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Allow creating overlay-main windows, which are treated as the active window unlike normal overlays
Fixes #5392
This commit is contained in:
@@ -211,7 +211,7 @@ class Tab: # {{{
|
||||
|
||||
@property
|
||||
def active_window_for_cwd(self) -> Optional[Window]:
|
||||
return self.windows.active_group_base
|
||||
return self.windows.active_group_main
|
||||
|
||||
@property
|
||||
def title(self) -> str:
|
||||
|
||||
Reference in New Issue
Block a user