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 490493f84d417dcf8e4b7c13b478658a3e7a3899
parent fc2902f377a8226e370579d5d7408789e0b50751
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sat,  4 Jan 2014 22:32:31 +0100

Added htop

Diffstat:
Mbin/tmux-utility.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh @@ -10,6 +10,8 @@ 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 select-pane -t $SESSION:1.1 # select first pane tmux split-window -v -p 50 -t $SESSION # create a pane below first pane tmux send-keys -t $SESSION 'ncmpcpp' C-m # process in second pane