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 f2313274292ddc1980a05f4600c884c502b00b83
parent dc63d48c7b23dbb22d207a73ea437eaa2f896e59
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  3 Sep 2013 20:41:11 +0200

ncmpcpp is the new mpd client

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

diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh @@ -1,4 +1,4 @@ -/!/bin/sh +#!/bin/sh SESSION=utility echo "starting $SESSION tmux session" @@ -12,7 +12,7 @@ then tmux split-window -h -p 60 -t $SESSION # horizontal split 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 'ncmpc' C-m # process in second 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 'irssi.sh' C-m # process in third pane #tmux select-pane -t $SESSION:1.4 # select fourth pane