On Sun, Nov 15, 2009 at 11:22:41PM -0500, Ted Unangst wrote:
> So I shoved a couple xset +fp lines in my .xinitrc.  Is that really
> the best option now?

I just do this in my .xinitrc so it work so all my various machines and
I can ignore the pkg_add messages.

for m in `ls /usr/local/lib/X11/fonts/`; do
        if [ -d "/usr/local/lib/X11/fonts/$m" ]; then
                xset fp+ "/usr/local/lib/X11/fonts/$m"
        fi
done

Reply via email to