diff --git a/kitty/tabs.py b/kitty/tabs.py index 24a280ac2..7f98fbe59 100644 --- a/kitty/tabs.py +++ b/kitty/tabs.py @@ -439,6 +439,7 @@ class TabManager: # {{{ 'id': tab.id, 'is_focused': tab is active_tab, 'title': tab.name or tab.title, + 'layout': tab.current_layout.name, 'windows': list(tab.list_windows(active_window)), }