mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-01-28 02:27:11 +08:00
2 lines
85 B
Bash
2 lines
85 B
Bash
#!/bin/sh
|
|
exec /usr/bin/Xorg -nolisten tcp -nolisten local -keeptty "$@" vt$XDG_VTNR
|