4 lines
67 B
Plaintext
4 lines
67 B
Plaintext
|
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
|
||
|
exec startx
|
||
|
fi
|