erikw /.screenrc.irctor

#read in normal .screenrc
source $HOME/.screenrc

# name of the session
sessionname irctor

#start app a with name b in window c. reverse order due to 'select torrent' won't work with ubuntu when rc -dmA.
screen -t misc2	  6
screen -t misc 	  5
screen -t stats	  4  top
screen -t msn 	  3  tmsnc
screen -t irc 	  2  irssi
screen -t torrent 1  rtorrent

# make torrent the defalt screen
#select torrent

# split screen and run top at the bottom
#eval "only" "split" "focus down" "fit" "screen top" "focus top" "select torrent"

# detach screen
#detach