Config files for xterm
Posted
by petersohn
on Super User
See other posts from Super User
or by petersohn
Published on 2010-05-04T09:38:35Z
Indexed on
2010/05/04
9:49 UTC
Read the original article
Hit count: 470
Is there any config files for xterm for default settings? For example, on my system, xterm start with black text on white background, and I want it the other way around. I can do it by starting it with:
xterm -bg black -fg white.
I want to set in a config file that if I run it without arguments, it will start with these options.
© Super User or respective owner