dotfiles/.zprofile

4 lines
62 B
Bash

if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
exec startx
fi