Gautam,

Gautam Iyer wrote:
> On Fri, May 16, 2008 at 06:51:35AM +1000, Phil Rhoades wrote:
> 
>> Can someone tell me (or show me where I can find info) how to load
>> mrxvt with multiple tabs, run a program in each tab and have their
>> titles already set up?  I have a number of situations where I want to
>> load a terminal with lots of vim editings of different files, logins
>> to other servers etc.
> 
> Something like
> 
>     mrxvt --profile1.command cmd1 --profile2.command cmd2 ... -ip 1,2
> 
> See the man page for each of these options. If you want more than 4
> profiles, you need to compile it with --max-profiles=10 or something,


I found that a .mrxvtrc file with these lines:

cons.initProfileList:       1,2,3,4,5,6,7,8,9,10,11,12,13,14,15

cons.geometry:      180x60

cons.profile1.tabTitle: mc

cons.profile2.workingDirectory:    /home/phil/naf
cons.profile2.tabTitle:     naf

cons.profile3.workingDirectory: /home/phil/nrl
cons.profile3.tabTitle:         nrl

cons.profile4.workingDirectory: /home/phil/nrl
cons.profile4.tabTitle:         nrl_anz
cons.profile4.command:          v nrl_anz_rcpts.txt

cons.profile5.workingDirectory: /home/phil/nrl
cons.profile5.tabTitle:         nrl_ste
cons.profile5.command:          v nrl_sterling_rcpts.txt

cons.profile6.workingDirectory: /home/phil/pelec
cons.profile6.tabTitle:         pelec

cons.profile7.workingDirectory: /home/phil/pri
cons.profile7.tabTitle:         pri

cons.profile8.workingDirectory: /home/phil/pri
cons.profile8.tabTitle:         pri_cu
cons.profile8.command:          v pri_cu_rcpts.txt

work up till tab/profile 4 then I just "x"s (my default) in the other 11 
tabs so I took your advice of recompiling but I had to use 
"--with-max-profiles=" with configure to get it to work.

Thanks!

Phil.
-- 
Philip Rhoades

Pricom Pty Limited  (ACN 003 252 275  ABN 91 003 252 275)
GPO Box 3411
Sydney NSW      2001
Australia
E-mail:  [EMAIL PROTECTED]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Materm-usage mailing list
Materm-usage@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/materm-usage
Mrxvt home page: http://materm.sourceforge.net

Reply via email to