This is the mail archive of the
cygwin-xfree@cygwin.com
mailing list for the Cygwin XFree86 project.
Re: Using startx script without opening cygwin bash command window
- From: Holger Krull <holger dot krull at gmx dot de>
- To: cygwin-xfree at cygwin dot com
- Date: Fri, 23 Jan 2004 16:30:17 +0100
- Subject: Re: Using startx script without opening cygwin bash command window
- References: <buqvdo$jvf$1@sea.gmane.org> <MPG.1a7aec19a39f27cf98968f@localhost>
- Reply-to: cygwin-xfree at cygwin dot com
I don't know what options you have in your startx script, but I have a
shortcut in my Windows startup folder with target
C:\cygwin\usr\X11R6\bin\XWin.exe -multiwindow -clipboard -dpi 100
But that only works if the cygwin dlls are in your PATH.
I use
D:\cygwin\bin\bash.exe -l -c "xwin +kb -xkbmap de -query murpel -from
192.168.1.2 -dpi 100 -clipboard &"
as a link to avoid the additional window. Without the query option this
should work.