3 lines
68 B
Bash
3 lines
68 B
Bash
if test -z "$DISPLAY" && test "$XDG_VTNR" -eq 1
|
|
then exec startx
|
|
fi
|
if test -z "$DISPLAY" && test "$XDG_VTNR" -eq 1
|
|
then exec startx
|
|
fi
|