Subject: Re: initializing font path in sun3 x11r6 snapshot
To: None <jtc@cygnus.com>
From: Kenneth Stailey <kstailey@owl.dol-esa.gov>
List: port-sun3
Date: 08/10/1995 08:31:56
> Thanks.  Now where's the best place to put the code to add the other
> font directories?

That depends on whether you are using "xinit" or "xdm (from
rc.local)".  If you are using "xinit" I suggest the ~/.xinitrc or the
global xinitrc (/usr/X11R6/lib/X11/xinit/xinitrc).  If you are using
xdm then either ~/.xsession or /usr/X11R6/lib/X11/xdm/Xsession.

Just in case you are going to ask "what is the code":

xset fp+ /my/font/path to append to the font path
xset +fp /my/font/path to prepend to the font path
xset fp- to strip the last element from the path
xset -fp to strip the first element from the path

~Ken