aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-xinit/xinit
blob: bd1874c2b863d90fe2a3f4bd560545d2e8f4ee53 (plain) (blame)
1
2
3
4
5
6
7
# -*- shell-script -*-

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