You are not logged in.

#1 2007-10-12 02:20:05

mivison
Member
Registered: 2007-09-09
Posts: 29

xterm configuration file ?

where is the xterm configuration file? i would like to change the back ground color and font size.

Offline

#2 2007-10-12 02:25:55

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: xterm configuration file ?

xterm is configured in .Xdefaults...  for example like that:

xterm*dynamicColors::    true
xterm*background::      black
xterm*foreground::      white
xterm*utf8::             2
xterm*eightBitInput::    true
xterm*saveLines::        32767
xterm*scrollTtyKeypress::       true
xterm*scrollTtyOutput::  false
xterm*scrollBar::        false
xterm*loginShell::       true
xterm*faceName::         Monospace:pixelsize=11
xterm*jumpScroll::       true
xterm*multiScroll::      true
xterm*toolBar::          false
xterm*geometry::                100x30

you might have to watch out for the double colons in my example - if there are parsing errors when you run xrdb .Xdefaults change them to single colons.

Offline

#3 2007-10-12 02:33:09

mivison
Member
Registered: 2007-09-09
Posts: 29

Re: xterm configuration file ?

where is .Xdefaults located?

Offline

#4 2007-10-12 02:34:35

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: xterm configuration file ?

in ~/ (your home dir)
if it's not there you'll have to create it I guess...

Offline

#5 2007-10-12 02:45:43

mivison
Member
Registered: 2007-09-09
Posts: 29

Re: xterm configuration file ?

thanks  i got it working!

Offline

#6 2007-10-12 03:19:06

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: xterm configuration file ?

Sure thing smile

Offline

#7 2007-10-13 05:06:44

peets
Member
From: Montreal
Registered: 2007-01-11
Posts: 936
Website

Re: xterm configuration file ?

You can get a whole bunch of configs from archers for many applications here:

I'm not sure it's official or anything. I saw codemac post it once and I've remembered it since.

-ppp-

Offline

Board footer

Powered by FluxBB