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 465c7128f45adfa7c03809d4bbc3509a442a0057
parent 581a8553c348afef358828bfac41ebc930d8ecb3
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  8 Jul 2014 09:02:03 +0200

start mpd as user service in vimpc pane

Diffstat:
Mbin/tmux-utility.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh @@ -20,7 +20,7 @@ then tmux split-window -v -p 75 -t $SESSION # create a pane below second pane #tmux send-keys -t $SESSION 'irc.sh' C-m # process in fourth pane #tmux send-keys -t $SESSION 'ncmpcpp' C-m # process in fourth pane - tmux send-keys -t $SESSION 'vimpc' C-m # process in fourth pane + tmux send-keys -t $SESSION 'mpd && vimpc' C-m # process in fourth pane tmux select-pane -t $SESSION:1.1 # select first pane fi tmux attach -t $SESSION