#!/bin/sh xorg="$(which Xorg)" [ "$xorg" ] || xorg='/usr/bin/Xorg' exec $xorg -nolisten tcp "$@" vt$XDG_VTNR