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