This is the mail archive of the
cygwin-xfree@cygwin.com
mailing list for the Cygwin XFree86 project.
Re: Again: Where to place xmodmap with startxwin.bat
- From: Holger Vogt <holger dot vogt at uni-duisburg dot de>
- To: cygwin-xfree at sources dot redhat dot com, Rüdiger Bodack <RBodack at sseg dot de>
- Date: Wed, 28 Nov 2001 23:05:46 +0100
- Subject: Re: Again: Where to place xmodmap with startxwin.bat
- Reply-to: holger dot vogt at uni-duisburg dot de
Dear Rüdiger,
put it into startxwin.bat.
This is my version:
@echo off
SET DISPLAY=127.0.0.1:0.0
SET PATH=%PATH%;\usr\X11R6\bin;\cygwin\bin;\cygwin\usr\bin
cd c:\cygwin\usr\x11r6\bin
start XWin-Test50 -screen 0 1024 768 -emulate3buttons 50 -engine 1
run xwinclip-Test03.exe
run twm
run xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black
run xmodmap ../lib/x11/etc/xmodmap.de
Regards
Holger Vogt