Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <013d01c309d9$ee474ff0$6dee86d9@ellixia> From: "Elfyn McBratney" To: "cygwin" , "Steve" References: Subject: Re: Customizing rxvt Date: Wed, 23 Apr 2003 21:46:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 > When I execute it I get a small window with a white background with the > scroll bar on the left. > > I would like to customize it to be white on black with the scrollbar on > the right. > > However, this being windows there is no .xdefaults in my home dir. > > How can I customize rxvt? This is how I use rxvt: F:\Cygwin\bin\rxvt.exe -bg black -fg white -sr -sl 6000 -fn "courier new" -e /bin/bash --login -i To summarise: '-bg': Set's the background colour '-fg': Set's the foreground colour '-sr': Put's the scrollbar on the right side of the window '-sl': Set's the scroll buffer to X lines '-fn': Change's the font that rxvt uses `man rxvt' will you give you everything else you need to know. Elfyn -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/