When running kitty @ ls also output the current layout for each tab
This commit is contained in:
parent
787100a4dc
commit
093c05e16a
@ -439,6 +439,7 @@ class TabManager: # {{{
|
|||||||
'id': tab.id,
|
'id': tab.id,
|
||||||
'is_focused': tab is active_tab,
|
'is_focused': tab is active_tab,
|
||||||
'title': tab.name or tab.title,
|
'title': tab.name or tab.title,
|
||||||
|
'layout': tab.current_layout.name,
|
||||||
'windows': list(tab.list_windows(active_window)),
|
'windows': list(tab.list_windows(active_window)),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user