Initial commit

This commit is contained in:
justmidi 2021-09-27 20:55:53 +00:00
commit 1cb97c855d
5 changed files with 103 additions and 0 deletions

6
xserverrc Executable file
View 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