dotconfs/.zprofile

4 lines
91 B
Plaintext
Raw Normal View History

2018-04-09 01:38:35 +02:00
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec startx
fi