how can I make xterm just like the console ? (colors, etc.)

Giorgos Keramidas keramida at ceid.upatras.gr
Wed Jun 1 06:39:41 PDT 2005


On 2005-06-01 17:18, Walery Kokarev <w65l76 at gmail.com> wrote:
> > *VT100*foreground: gray90
> > *VT100*background: black
> >
> > Beware that these might be changed next time you update Xorg. So as an
> > alternative, you can create a file ~/.Xresources, and put these two
> > lines in it.
>
> Probably you mean ~/.Xdefaults

The default xinitrc file distributed with X.org uses .Xresources AFAIK:

% cat -n /usr/X11R6/lib/X11/xinit/xinitrc
     1  #!/bin/sh
     2  # $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
     3
     4  userresources=$HOME/.Xresources
     5  usermodmap=$HOME/.Xmodmap
        [...]


More information about the freebsd-questions mailing list