# -*- shell-script -*-

# Set font settings and potentionally other resources
if test -r /etc/X11/xinit/Xresources; then
	xrdb -merge /etc/X11/xinit/Xresources
fi
if test -r ~/.config/X11/xinit/Xresources; then
	xrdb -merge ~/.config/X11/xinit/Xresources
fi
if test -r ~/.Xresources; then
	xrdb -merge ~/.Xresources
fi