1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00
dotfiles/lain/.xserverrc

8 lines
183 B
Plaintext
Raw Normal View History

2018-12-03 18:47:58 -05:00
#!/bin/sh
if [ -z "$XDG_VTNR" ]; then
exec /usr/bin/Xorg -nolisten tcp -nolisten local "@"
else
exec /usr/bin/Xorg -nolisten tcp -nolisten local -keeptty "$@" vt$XDG_VTNR
fi