xinitrc: add ~/.fonts to fontcache

This commit is contained in:
Thomas Preisner 2016-12-15 22:53:05 +01:00
parent 40d21b4997
commit d9ede1959f

View file

@ -12,4 +12,9 @@ case "$HOSTNAME" in
;;
esac
if [ -d $HOME/.fonts ]; then
xset +fp $HOME/.fonts
xset fp rehash
fi
exec herbstluftwm