From dba45edf364398ee2ad69d9336a02b3ea58b5b8a Mon Sep 17 00:00:00 2001 From: PHO Date: Sun, 7 Dec 2008 23:12:34 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_xinitrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dot-files/_xinitrc b/dot-files/_xinitrc index 292ac23..90192b6 100644 --- a/dot-files/_xinitrc +++ b/dot-files/_xinitrc @@ -1,5 +1,4 @@ #!/bin/sh -# $Id: xinitrc,v 1.2 2003/02/27 19:03:30 jharper Exp $ userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap @@ -7,9 +6,10 @@ sysresources=/etc/X11/xinit/.Xresources sysmodmap=/etc/X11/xinit/.Xmodmap # merge in defaults and keymaps - -xset fp+ /usr/local/lib/X11/fonts/Unicode -xset fp rehash +if [ -d "/usr/local/lib/X11/fonts/Unicode" ]; then + xset fp+ /usr/local/lib/X11/fonts/Unicode + xset fp rehash +fi if [ -f $sysresources ]; then xrdb -merge $sysresources -- 2.40.0