dotfiles/home/dot_zprofile

6 lines
117 B
Text
Raw Normal View History

2022-05-15 09:42:55 -05:00
# startx automatically if on first tty
if [[ -z "$DISPLAY" ]] && [[ $(tty) = /dev/tty1 ]]; then
startx
logout
fi