4 lines
91 B
Bash
4 lines
91 B
Bash
if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then
|
|
exec startx
|
|
fi
|