Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/X/.xserverrc

7 lines
98 B
Shell

#!/bin/sh
exec /usr/bin/X \
-ardelay 250 \
-arinterval 20 \
-nolisten tcp \
"$@"