From 1b1f05b5681868e5711fd685ff6cb9e2b47df4bb Mon Sep 17 00:00:00 2001 From: natemaia Date: Tue, 23 Oct 2018 21:58:19 -0700 Subject: [PATCH] Comment exec line in zprofile --- home/.zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.zprofile b/home/.zprofile index acab67a9..769d657d 100644 --- a/home/.zprofile +++ b/home/.zprofile @@ -3,5 +3,5 @@ # automatically run startx when logging in on tty1 if [[ ! $DISPLAY && $TERM == 'linux' && $XDG_VTNR -eq 1 ]]; then - exec startx -- vt1 -keeptty > ~/.local/share/xorg/xorg.log + #exec startx -- vt1 -keeptty > ~/.local/share/xorg/xorg.log fi