2007-07-09

rxvt on windows

This is the bitmap tile I use as background in rxvt (from cygwin) when running on windows.

/* XPM */
static char * rxvt_tile_xpm[] = {
"16 15 3 1",
" c #F5F7F7",
". c #ECF0F0",
"+ c #FDFDFD",
" ",
"................",
"++++++++++++++++",
" ",
"................",
"++++++++++++++++",
" ",
"................",
"++++++++++++++++",
" ",
"................",
"++++++++++++++++",
" ",
"................",
"++++++++++++++++"};


I like to configure rxvt by a resource file. So this is my .Xdefaults from my home directory:

rxvt*geometry: 120x40
rxvt*visualBell: on
rxvt*scrollBar_right: on
rxvt*saveLines: 1000
rxvt*backgroundPixmap: /cygdrive/c/rxvt-tile.xpm


cygwin does zoom, a lot.

No comments:

Post a Comment

Note: only a member of this blog may post a comment.