Q: How to have cygwin start as the whole screen?

2006-01-02 Thread martin cohen
An earlier version of Cygwin I installed starts taking up the whole screen with multiple shells. The current version starts with a single terminal window in what appears to be a "multiwindow" mode. I have looked at the man pages for xinit and some others, but have not found how to open it the orig

Re: Q: How to have cygwin start as the whole screen?

2006-01-02 Thread Christopher Faylor
On Mon, Jan 02, 2006 at 03:54:19PM -0800, martin cohen wrote: >An earlier version of Cygwin I installed starts taking up >the whole screen with multiple shells. The current version >starts with a single terminal window in what appears to be >a "multiwindow" mode. > >I have looked at the man pages f

Re: Q: How to have cygwin start as the whole screen?

2006-01-03 Thread Brett Serkez
To change the X-Startup scripts for Cygwin, look in the directory /usr/X11R6/bin for the scripts startxwin.bat and/or startxwin.sh, depending on which you use. The line you want to edit is: XWin -multiwindow -clipboard -silent-dup-error & or %RUN% XWin -multiwindow -clipboard -silent-dup-error

Re: Q: How to have cygwin start as the whole screen?

2006-01-03 Thread Igor Peshansky
On Tue, 3 Jan 2006, Brett Serkez wrote: > To change the X-Startup scripts for Cygwin, look in the directory > /usr/X11R6/bin for the scripts startxwin.bat and/or startxwin.sh, > depending on which you use. > > The line you want to edit is: > > XWin -multiwindow -clipboard -silent-dup-error & > > o