This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xstart


> 
> 
> Thanks for the quick response !  Just 1 more
> question and I will leave you alone.
> 
> I know TNTSERV.TWM is the window mgr start-up. Now I would
> like an X window to open when I bring up the server.  So I 
> thought 
> 
> rxvt.exe &
> 
> would go in SYSTEM.TWMRC.  That didn't work.  Which file
> do I put this entry in.  Again, thanks.
> 

I guess you are using the MI/X server. Try a bash script like this:

--- cut --- cut --- cut --- cut --- cut --- cut --- cut --- cut --- 
#!/bin/sh
#
# Starts MI/X server, some clients and twm.
#
/mix_95/xs &
/usr/X11R6.3/bin/xclock -fg black -bg gray -geometry 100x100-0+0 &
/usr/X11R6.3/bin/rxvt -geometry 80x25+0+0 &
/mix_95/twm &
--- cut --- cut --- cut --- cut --- cut --- cut --- cut --- cut --- 

If you want, you can customize twm by replacing the last line with something
like:

/mix_95/twm -f /mix_95/my.twm &


-- 
Arlindo da Silva    
dasilva@alum.mit.edu


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]