New user questions

Robin Stocker nibor at gmx.net
Sun Dec 5 21:31:03 CET 2004


Kitty wrote:
> Hi, just found urxvt in portage, and have been playing with it some.
> Basically, I'm looking for a utf8 capable term w/ transparency, and
> urxvt seems to fit the bill.
Same for me :)

> Does anyone have a cool config file they'd be willing to share?
Here's mine, it's simple but I like it ( of course I do ) ;)

Rxvt.saveLines:         1000
Rxvt.scrollBar:         False
Rxvt.foreground:        Grey
Rxvt.background:        Black
Rxvt.inheritPixmap:     True
Rxvt.tintColor:         White
Rxvt.shading:           15
Rxvt.geometry:          112x42
Rxvt.font:              -misc-fixed-medium-r-*-*-13-*-*-*-*-*-iso10646-1
Rxvt.jumpScroll:        True

And here's the script with which I start up new terminals:

#!/usr/bin/perl
exec sprintf( "LC_CTYPE=de_CH.UTF-8 urxvt -ip -sh 20 -tint \\#%06x", 
int(rand(0xFFFFFF+1)) )

I like different colours and so I get a random tint for each terminal :>

Bye!
Robin Stocker




More information about the rxvt-unicode mailing list