Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2000 19:43:23 +0000
From:      George Cox <gjvc@extremis.demon.co.uk>
To:        Micke Josefsson <mj@isy.liu.se>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Xterm config short question
Message-ID:  <20000111194323.B578@extremis.demon.co.uk>
In-Reply-To: <XFMail.000111140155.mj@isy.liu.se>; from mj@isy.liu.se on Tue, Jan 11, 2000 at 02:01:55PM %2B0100
References:  <XFMail.000111140155.mj@isy.liu.se>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/01 14:01, Micke Josefsson wrote:

> Where do I change X's default behaviour so that every xterm is started as
> 
> xterm -fg yellow -w 20 -bg black -rv

First, put the following lines in your ~/.Xdefaults file:

  XTerm*VT100.background: black
  XTerm*VT100.foreground: yellow
  XTerm*internalBorder: 20
  XTerm*reverseVideo: True

I like this font, too:

  XTerm*VT100.font: -misc-fixed-bold-r-normal-*-*-140-*-*-c-*-iso8859-1

Second, put the following line in your ~/.xinitrc file:

  xrdb ${HOME}/.Xdefaults

best;


gjvc

-- 
[gjvc]
4.4BSD 4.ever!


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000111194323.B578>