|    Tags: startx   sddm   gdm   light-dm  

Login Without Display Manager

Add the following to /etc/zsh/zprofile

if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
	exec startx
fi
© 2019 - 2024 · Home ยท Theme Simpleness Powered by Hugo ·