summaryrefslogtreecommitdiff
path: root/.config/X11/serverrc
blob: d6c6ffc7aeef88945802b40d033a604fb148b655 (plain)
1
2
3
4
5
6
#!/bin/bash

VT=vt07
#VT=$(tty|sed 's@/dev/tty@vt@')

exec /usr/bin/X -nolisten tcp "$VT" "$@"