This commit is contained in:
kento2 2025-11-19 19:26:16 +01:00
parent c155a75c06
commit c6e6767f0a
4 changed files with 6 additions and 10 deletions

View file

@ -8,6 +8,7 @@ TODO
* cgo config to always use plumber
* automatic backups with borg + script
* cupload <<< file
* user dirs cleanup
* platinum9/nineicons for icons
requirements
@ -48,7 +49,8 @@ autologin voidlinux tty1 to x11
you can do this if u want:
cp /etc/sv
cp agetty-tty1 agetty1-autologin-tty1
cp -r agetty-tty1 agetty-autologin-tty1
(naming is important)
in the conf file:
GETTY_ARGS="--autologin <username> --noclear"
@ -57,13 +59,6 @@ in the conf file:
now enable the service and disable the agetty-tty1 service.
for autostarting startx, we use ~/.profile
if shopt -q login_shell && test "$(tty)" = '/dev/tty1'
then
exec startx
fi
this makes .profile run startx on tty1 after login.
no beep
-------