From b440669527c06cd0eca272190395d534b913797f Mon Sep 17 00:00:00 2001 From: natemaia Date: Tue, 17 Dec 2019 20:16:07 -0800 Subject: [PATCH] Don't for when running startx from autostart --- archlabs-installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archlabs-installer b/archlabs-installer index 274c6e7..6d3ca5f 100755 --- a/archlabs-installer +++ b/archlabs-installer @@ -1680,7 +1680,7 @@ xinit_config() EOF cat > "$MNT/home/$NEWUSER/$LOGINRC" <<- EOF # automatically run startx when logging in on tty1 - [ -z "\$DISPLAY" ] && [ \$XDG_VTNR -eq 1 ] && exec startx + [ -z "\$DISPLAY" ] && [ \$XDG_VTNR -eq 1 ] && startx EOF else rm -rf "$AUTOLOGIN_SERV" -- 2.11.0