4 lines
62 B
Plaintext
4 lines
62 B
Plaintext
|
if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||
|
exec startx
|
||
|
fi
|