7 lines
128 B
Fish
7 lines
128 B
Fish
# Start X automatically on tty1.
|
|
|
|
if status is-login
|
|
and test -z "$DISPLAY"
|
|
and test "$XDG_VTNR" = 1
|
|
exec startx
|
|
end |