etc/x/xinitrc
2024-07-11 03:33:08 +05:00

12 lines
176 B
Text

xconf=/etc/X11/xinit/xinitrc.d
if test -d $xconf ; then
for f in $xconf/?*.sh ; do
test -r $f && . "$f"
done
fi
test -r "$SETENV" && . "$SETENV" \
&& setenv x
exec $@