1
0
Fork 0
dotfiles/X/.xserverrc

7 lines
98 B
Bash

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