diff options
| author | Carlos Maiolino <[email protected]> | 2024-05-31 10:55:57 +0200 |
|---|---|---|
| committer | Carlos Maiolino <[email protected]> | 2024-05-31 10:55:57 +0200 |
| commit | c24810c3d5f07c076241b8fd5d912c1136c2cf80 (patch) | |
| tree | 6c1f906de6212897559a28260d28670233988dd8 /bin/work_setup.sh | |
| parent | 47b7016ed5ac6dd8efc041060d62e632e937a6d2 (diff) | |
Add a few extra scripts and move them to bin/
Diffstat (limited to 'bin/work_setup.sh')
| -rwxr-xr-x | bin/work_setup.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/work_setup.sh b/bin/work_setup.sh new file mode 100755 index 0000000..5f80cf1 --- /dev/null +++ b/bin/work_setup.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +tmux new-session -s "mail" -d -n "WORKSPACE" +tmux split-window -t mail -h 'rhmail' +tmux split-window -tmail -h 'cemmail' +tmux split-window -t mail -h 'korgmail' +#tmux -L mail select-layout "9ca7,312x49,0,0{96x49,0,0,14,215x49,97,0[215x24,97,0{107x24,97,0,15,107x24,205,0,17},215x24,97,25,16]}" +tmux select-layout -t mail "4c16,381x64,0,0{105x64,0,0,0,275x64,106,0[275x32,106,0{137x32,106,0,4,137x32,244,0,7},275x31,106,33{137x31,106,33,5,137x31,244,33,6}]}" +tmux attach |
