#!/bin/dash
F_XSERVER_PID=/tmp/xinitrc-Xserver.pid.$USER	# used by wmexit
echo $$ > $F_XSERVER_PID
#exec X "$@" -bs +accessx -nolisten tcp -nolisten local > /tmp/xerrs.$USER.log 2>&1 #use this line instead of the one below for accessibility. 
exec X "$@" -bs -nolisten tcp -nolisten local > /tmp/xerrs.$USER.log 2>&1 
