This commit is contained in:
tavo 2024-12-18 16:11:05 -06:00
parent 7bd1637f49
commit a4f3d48618
2 changed files with 8 additions and 2 deletions

View file

@ -121,5 +121,3 @@ if [ "$(tty)" = "/dev/tty1" ] ; then
exec startx
#exec sway
fi
command -v fetch >/dev/null 2>&1 && fetch min

View file

@ -0,0 +1,8 @@
# Autologin with systemd
# Create file here:
# /etc/systemd/system/getty@tty1.service.d/autologin.conf
# with contents:
[Service]
ExecStart=
ExecStart=-/sbin/agetty -o '-p -f -- \\u' --noclear --autologin tavo %I $TERM