#!/bin/sh

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

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