todo: complete install script

1. install X11 configs
2. add config for amdgpu
This commit is contained in:
2025-02-16 02:08:56 +04:00
parent f0c02135ff
commit e0d16a1f87
10 changed files with 285 additions and 3 deletions

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