dotfiles/zsh/.zlogin
2024-01-09 18:46:21 -05:00

5 lines
69 B
Bash

if [[ ! $DISPLAY && $(tty) = "/dev/tty1" ]]; then
startx
exit
fi