# If example.rc.lua is missing, make a default one. rc_lua=$PWD/example.rc.lua test -f $rc_lua || /bin/cp /etc/xdg/awesome/rc.lua $rc_lua # Just in case we're not running from /usr/bin awesome=`which awesome` xephyr=`which Xephyr` pidof=`which pidof` test -x $awesome || { echo "Awesome executable not found. Please install Awesome"; exit 1; } test -x $xephyr || { echo "Xephyr executable not found. Please install Xephyr"; exit 1; } function usage() { cat <