dotfiles/zsh/.zlogin
2023-12-02 15:03:48 +00:00

5 lines
67 B
Bash

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