#!/bin/sh

# Call standard xinit actions
. /etc/X11/xinit/xinitdefs

if [ -f $HOME/.Xclients ]; then
	exec $HOME/.Xclients $*
else
	exec /etc/X11/xinit/Xclients $*
fi
