This commit is contained in:
2026-01-23 19:03:49 +00:00
parent 50d9c3be28
commit 7d329bd9c8
3 changed files with 43 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ session_name=$(tmux display-message -p '#S')
session_layout=~/.local/share/tmux/layouts/session-$session_name
if [ -f $session_layout ]; then
$session_layout
else
elif [ "$session_name" != "agent" ]; then
tmux rename-window home
fi