Xaw style scrollbar for rxvt
Xaw style scrollbar for rxvt
Posted Jun 6, 2004 1:29 UTC (Sun) by bronson (subscriber, #4806)In reply to: Xaw style scrollbar for rxvt by donio
Parent article: The Grumpy Editor's guide to terminal emulators
Personally, I loathe xdefaults. Thanks to all the application-specific weirdness, they have cost me far more time than they have ever saved me. I use rxvt too, but I just have my launch button launch this command:
/usr/bin/rxvt -rv -sr -font 1 -vb -si -sk -sl 1000
This, plus changing the color for directories from dark blue to bright yellow, leads to terminal bliss. (to change directory colors, use DIR 01;33, see dircolors(1) for how)
