Select tiled layout at each pane creation
This commit is contained in:
parent
6cc86d7fdf
commit
2a4ba5ed92
@ -60,6 +60,8 @@ window = active_session.new_window(window_name, window_shell=f"ssh {servers[0]}"
|
|||||||
|
|
||||||
for server in servers[1:]:
|
for server in servers[1:]:
|
||||||
pane = window.split(shell=f"ssh {server}")
|
pane = window.split(shell=f"ssh {server}")
|
||||||
|
# Select tiled layout each time, to ensure enough space
|
||||||
|
window.select_layout("tiled")
|
||||||
|
|
||||||
# Wait until tmux finished working
|
# Wait until tmux finished working
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user