diff options
| author | Carlos Maiolino <[email protected]> | 2026-05-02 14:09:27 +0200 |
|---|---|---|
| committer | Carlos Maiolino <[email protected]> | 2026-05-02 14:09:27 +0200 |
| commit | 296c6b9ee85209c0ce375717e30686545baea107 (patch) | |
| tree | f0da71650e8f58ca528589ad4e39476732fa5b88 /bin/work_setup.sh | |
| parent | b2e1a1cb259e482720430ff9898d2e564ee73d0f (diff) | |
Diffstat (limited to 'bin/work_setup.sh')
| -rwxr-xr-x | bin/work_setup.sh | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/bin/work_setup.sh b/bin/work_setup.sh index d54e777..15f50e9 100755 --- a/bin/work_setup.sh +++ b/bin/work_setup.sh @@ -1,9 +1,20 @@ #!/bin/bash -tmux new-session -s "WORKSPACE" -d -n "WORKSPACE" 'rhmail' -tmux split-window -t WORKSPACE -v 'ikhal' -tmux split-window -t WORKSPACE -h -tmux split-window -t WORKSPACE -h 'weechat' +tmux new-session -s "WORKSPACE" -d -n "WORKDSPACE" 'ikhal' tmux split-window -t WORKSPACE -v -tmux select-layout -t WORKSPACE "77ad,343x61,0,0{156x61,0,0,4,186x61,157,0[186x30,157,0{93x30,157,0,6,92x30,251,0,9},186x30,157,31{93x30,157,31,8,92x30,251,31,10}]}" +tmux select-pane -t 1 +tmux split-window -t WORKSPACE -h 'emacs ~/Nextcloud/ORG/GTD.org' +tmux select-pane -t 3 +tmux split-window -t WORKSPACE -h 'weechat' +tmux select-layout -t WORKSPACE "4432,223x61,0,0{111x61,0,0[111x30,0,0,0,111x30,0,31,6],111x61,112,0[111x30,112,0,4,111x30,112,31,5]}" +tmux select-pane -t 1 'ikhal' +#tmux split-window -t WORKSPACE -h -n "IRC" +#tmux select-window -t "CALENDAR" +#tmux split-window -t WORKSPACE -n "TODO" -v 'emacs ~/Nextcloud/ORG/GTD.org' +#tmux select-window -t "IRC" +#tmux split-window -t WORKSPACE -h 'vim ~/Nextcloud/vimwiki/index.wiki' +#tmux split-window -t WORKSPACE -v 'weechat' +#tmux select-layout -t WORKSPACE "5e76,343x64,0,0{171x64,0,0,0,171x64,172,0,1}" +#tmux select-layout -t WORKSPACE "a201,343x63,0,0{171x63,0,0,13,171x63,172,0[171x31,172,0,14,171x31,172,32{85x31,172,32,15,85x31,258,32,16}]}" +#tmux select-layout -t WORKSPACE "77ad,343x61,0,0{156x61,0,0,4,186x61,157,0[186x30,157,0{93x30,157,0,6,92x30,251,0,9},186x30,157,31{93x30,157,31,8,92x30,251,31,10}]}" tmux attach |
