On Tue, 22 Dec 2009 22:10:26 +0000
Jamie Griffin <j...@koderize.com> wrote:

> On Tue, Dec 22, 2009 at 01:45:52PM -0800, Rem P Roberti wrote:
> 
> > > I think case matters here, i.e. XTerm*, not Xterm or xterm.
>  
> > Exactly the problem.  Thank you!
> 
> Curious, on my system (7.2) my ~/.Xdefaults uses lowercase
> 'xterm*...' values.
> 

You can use XTerm or xterm because both of them are use to identify xterm. You 
can see that when invoking `xprop` on a default xterm windows.

BTW, you can specify the windows class

        xterm -class FooBar

then you use it in the ~/.Xdefaults

        FooBar*background: black
        Foobar*fonts: ...

Regards,

-- 
Anh Ky Huynh
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to