xinitrc: add ~/.fonts to fontcache
This commit is contained in:
parent
40d21b4997
commit
d9ede1959f
1 changed files with 5 additions and 0 deletions
5
xinitrc
5
xinitrc
|
|
@ -12,4 +12,9 @@ case "$HOSTNAME" in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
if [ -d $HOME/.fonts ]; then
|
||||||
|
xset +fp $HOME/.fonts
|
||||||
|
xset fp rehash
|
||||||
|
fi
|
||||||
|
|
||||||
exec herbstluftwm
|
exec herbstluftwm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue