Add work session layout

This commit is contained in:
2025-11-11 09:49:18 +00:00
parent 60e95c36a6
commit 4635fc169d
2 changed files with 11 additions and 0 deletions

9
layouts/session-work Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env sh
tmux rename-window work
tmux rename-window home
$(dirname $0)/window-auto
tmux new-window -c ~/Projects/modularml/modular
tmux rename-window modularml/modular
$(dirname $0)/window-auto