From b05741b9611459ac16f88cca615c2b0c8432e0fe Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 29 Oct 2025 00:31:26 +0000 Subject: Using ly for my login manager means I don't need auto login --- Shell/.zprofile | 3 --- 1 file changed, 3 deletions(-) (limited to 'Shell') diff --git a/Shell/.zprofile b/Shell/.zprofile index d7ce004..a2da895 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -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) -- cgit v1.2.3-13-gbd6f