From 296c6b9ee85209c0ce375717e30686545baea107 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Sat, 2 May 2026 14:09:27 +0200 Subject: Save new changes --- bin/work_setup.sh | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'bin/work_setup.sh') 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 -- cgit v1.2.3