4 lines
74 B
Bash
Executable file
4 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
|
|
stty onclr
|
|
exec /usr/bin/Xorg -nolisten tcp "$@" vt"$XDG_VTNR"
|