Index of /altblue/xterm/

NameLast ModifiedSizeType
../ -  Directory
XTerm2007-Sep-25 11:27:317.0Ktext/plain; charset=utf-8
xterm-colors.png2007-May-22 10:30:32237.6Kimage/png
X Windows servers read X-Resources from ~/.Xdefaults or from any file in
$XAPPLRESDIR folder.

Obviously, I'd choose the second option ;-)

So, add this line to your ~/.xinitrc (possibly ~/.Xsession or ~/.Xclients, take
your pick):

  export XAPPLRESDIR=$HOME/.xresources


HINT: use "xrdb" tool for merging X-Resources without restarting your X
session. E.g.:

  xrdb -merge ~/.xresources/XTerm

-