2026-07-21 13:03:44 +05:30

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