Login Without Display Manager
Add the following to /etc/zsh/zprofile
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
exec startx
fi
Add the following to /etc/zsh/zprofile
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
exec startx
fi