X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:date:to:cc:subject; q=dns; s= default; b=jZz8BRglLWKQYLmg9UBucV8XD5tYHHxg1Tla6uEgCkqwYpHiBiAGe UJX1VCOezAEscaT0wBP2fYJfzPsTPZ6hJoCCf6SZ/3T/PlAqV9T30fZpE+UqlxuC 4PXp+pHW4tS3t6dfO76J8AhqirkM6VmuVl79XXD6IuOI5QLMOrdp2A= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:from:date:to:cc:subject; s=default; bh=j0BvBkyS3oYpUAJK8K11cfjLjCo=; b=qeyQ66a5cDzr3a4MJ6ppV/2jK/Ww buzdvRrN04K6+M9F5J2B8BoTrm9okKijycYGQG3rytD80BDvxYQ2HFzoTq1ZRvfQ /cBD78btw95dwK/9XqZFxGONfiwt9QK5yaE7+R61kSJKorKZUi5ktaxp/r9CoWd5 zSUMYkR19rk9Cig= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_NO,RDNS_NONE,SPF_NEUTRAL autolearn=no version=3.3.1 Message-ID: <20130731214934.1688@binki> From: "d.henman" Date: Wed, 31 Jul 2013 21:49:34 +0900 To: cc: Subject: autorun X11 from 1st mintty invocation When I click on cygwin's mintty icon, which is installed by setup.exe and is, basically a link which invokes mintty as: C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico - I then start X11 by running $ startx & from this 1st initial mintty window. Objective. I want to have 'startx' ran automataically when I first start mintty and have the two terminals the initial plain mintty and the second one attached to X11, which is current done in startx's ~/.xinitrc as: exec mintty -t "X11 Display Termain" -i /Cygwin-Terminal.ico - Is there some mintty resource file that can automatically invoke: startx ? Thank you. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple