We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b776ab3 commit f9a5155Copy full SHA for f9a5155
tmuxp/workspacebuilder.py
@@ -287,6 +287,8 @@ def freeze(session):
287
wconf['window_name'] = w.get('window_name')
288
wconf['layout'] = w.get('window_layout')
289
wconf['panes'] = []
290
+ if w.get('window_active', '0') == '1':
291
+ wconf['focus']='true'
292
293
# If all panes have same path, set 'start_directory' instead
294
# of using 'cd' shell commands.
0 commit comments