Using ly for my login manager means I don't need auto login

This commit is contained in:
2025-10-29 00:31:26 +00:00
parent 8b535437f6
commit b05741b961

View File

@@ -30,6 +30,3 @@ systemctl --user import-environment PATH SSH_AUTH_SOCK
echo "Welcome to..."
figlet "Arch Linux"
/usr/bin/pfetch
# Start XServer if on TTY1 and it is not already active.
[[ $TTY == "/dev/tty1" ]] && (pgrep -i "startx" || exec startx)