Initial commit
This commit is contained in:
commit
1cb97c855d
5 changed files with 103 additions and 0 deletions
6
xserverrc
Executable file
6
xserverrc
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
if [ -z "$XDG_VTNR" ]; then
|
||||
exec /usr/bin/X -nolisten tcp "$@"
|
||||
else
|
||||
exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue