summaryrefslogtreecommitdiff
path: root/99-playground/.xserverrc
blob: 1ee413d5091af026a57cd8d43f90131f494af92c (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

VTNR=$XDG_VTNR
((VTNR++)) # overwrite use next VT

# Use the X server provided by the foreign system (host OS)
PATH=/usr/local/bin:/usr/bin
exec /usr/bin/Xorg -novtswitch -nolisten tcp "$@" vt$VTNR