4 lines
79 B
Bash
4 lines
79 B
Bash
|
# if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
||
|
# exec startx ~/.xinitrc
|
||
|
# fi
|