#!/bin/sh set -e if [ -n "$XAUTHORITY" ]; then export XAUTHORITY=$HOME/.Xauthority fi auth=`mcookie` xauth add :0 . $auth xauth add `hostname -f`:0 . $auth startx -- :0 -auth $XAUTHORITY