# -*- shell-script -*-

for f in /etc/X11/xinit/xinitrc.d/*; do
	if test -r "$f"; then
		. -- "$f"
	fi
done