Comment exec line in zprofile

This commit is contained in:
natemaia 2018-10-23 21:58:19 -07:00
parent dd505e5509
commit 1b1f05b568

View File

@ -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