dotfiles/.config/zsh/.zlogin

4 lines
68 B
Bash

if test -z "$DISPLAY" && test "$XDG_VTNR" -eq 1
then exec startx
fi