dotfiles/home/dot_zprofile
2023-01-19 15:36:55 -08:00

4 lines
69 B
Plaintext

if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
startx
fi