Put

if ! pgrep xinit >/dev/null; then
  start-stop-daemon -S -b startx
  clear
  exit
fi

At the end if your ~/.${SHELL}rc file.

Reply via email to