This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Customizing rxvt


* Steve (03-04-23 22:32 +0200)
> I have cygwin, without x-windows, installed on win2k.
> 
> I have rxvt.
> 
> 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?

Create a .Xdefaults and read the man page:

,---
| Rxvt*background:           Black
| Rxvt*backgroundPixmap:
| Rxvt*backspacekey:         ^H
| Rxvt*boldFont:             Fixedsys
| Rxvt*colorBD:              Red2
| Rxvt*colorRV:              RoyalBlue
| Rxvt*colorUL:              ForestGreen
| !Rxvt*cursorColor:         Cyan3
| Rxvt*cursorColor:          RoyalBlue
| Rxvt*cursorColor2:         Gold
| Rxvt*cutchars:             BACKSLASH `"'&()*,;<=>? at []{|}
| Rxvt*externalBorder:       0
| Rxvt*font:                 Fixedsys
| Rxvt*foreground:           LightGrey
| Rxvt*geometry:             87x38+-3+-6
| Rxvt*iconName:             rxvt
| Rxvt*inheritPixmap:        False
| Rxvt*internalBorder:       2
| Rxvt*jumpScroll:           False
| Rxvt*lineSpace:            0
| Rxvt*loginShell:           False
| Rxvt*meta8:                False
| Rxvt*mfont:                k14
| Rxvt*mouseWheelScrollPage: False
| Rxvt*path:                 /home/thorsten/xpm
| Rxvt*pointerColor:         LightGrey
| Rxvt*print-pipe:           lpr
| Rxvt*reverseVideo:         False
| Rxvt*saveLines:            65535
| Rxvt*scrollBar:            True
| Rxvt*scrollBar_align:      centre
| Rxvt*scrollBar_floating:   False
| Rxvt*scrollBar_right:      True
| Rxvt*scrollColor:          Grey58
| Rxvt*scrollstyle:          next
| Rxvt*scrollTtyKeypress:    False
| Rxvt*scrollTtyOutput:      False
| Rxvt*scrollWithBuffer:     True
| Rxvt*selectstyle:          xterm
| Rxvt*termName:             xterm
| Rxvt*thickness:            0
| Rxvt*title:                rxvt
| Rxvt*tripleclickwords:     True
| Rxvt*troughColor:          Black
| Rxvt*utmpInhibit:          False
| Rxvt*visualBell:           True
| 
| ! answerbackString:   string
| ! borderColor:        color
| ! color[0-15]:        color
| ! deletekey:          string
| ! font[1-6]:          fontname
| ! inheritPixmapforce: boolean
| ! keysym.sym:         keysym
| ! mapAlert:           boolean
| ! menu:               name[;tag]
| ! mfont[1-6]:         fontname
| ! modifier:           modifier
| ! multibyte_cursor:   boolean
| ! multichar_encoding: mode
`---

Thorsten
-- 
 Content-Type: text/explicit; charset=ISO-8859-666 (Parental Advisory)
 Content-Transfer-Warning: message contains innuendos not suited for
 children under the age of 18


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]