summaryrefslogtreecommitdiff
path: root/bin/work_setup.sh
blob: 15f50e94c01c93e64dd4c74ece3428fde12e8257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash

tmux new-session -s "WORKSPACE" -d -n "WORKDSPACE" 'ikhal'
tmux split-window -t WORKSPACE -v
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