diff --git a/home/.zprofile b/home/.zprofile index 769d657d..855662cf 100644 --- a/home/.zprofile +++ b/home/.zprofile @@ -2,6 +2,6 @@ # sourced by zsh when used as a login shell # 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 +if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then + #exec startx -- vt1 >/dev/null 2>&1 fi