dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 1cc4d20f5fe63ec2aeb3ee795bb22abcf1a16508
parent f6908b53c45f2cbb0e15506beeb50af0a3f98e6c
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 27 Mar 2014 10:07:05 +0100

changed utility session layout

Diffstat:
Mbin/tmux-utility.sh | 15+++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh @@ -10,16 +10,15 @@ then tmux send-keys -t $SESSION 'mutt' C-m # process in first pane tmux split-window -h -p 60 -t $SESSION # horizontal split - tmux split-window -v -p 10 -t $SESSION # bottom right - tmux send-keys -t $SESSION 'htop' C-m + #tmux split-window -v -p 10 -t $SESSION # bottom right + #tmux send-keys -t $SESSION 'htop' C-m tmux select-pane -t $SESSION:1.1 # select first pane - tmux split-window -v -p 50 -t $SESSION # create a pane below first pane + tmux split-window -v -p 60 -t $SESSION # create a pane below first pane tmux send-keys -t $SESSION 'ncmpcpp' C-m # process in second pane - tmux split-window -v -p 50 -t $SESSION # create a pane below second pane - tmux send-keys -t $SESSION 'irc.sh' C-m # process in third pane - #tmux select-pane -t $SESSION:1.4 # select fourth pane - #tmux split-window -v -p 15 -t $SESSION # split right pane into two - #tmux send-keys -t $SESSION 'uu' C-m # start update + tmux split-window -v -p 66 -t $SESSION # create a pane below second pane + tmux send-keys -t $SESSION 'htop' C-m # process in third pane + tmux split-window -v -p 70 -t $SESSION # create a pane below second pane + tmux send-keys -t $SESSION 'irc.sh' C-m # process in fourth pane tmux select-pane -t $SESSION:1.1 # select first pane fi tmux attach -t $SESSION