mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-01-07 11:57:21 +00:00
7 lines
153 B
Fish
7 lines
153 B
Fish
function start_x_at_login
|
|
if status is-login
|
|
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
|
|
startx -- -keeptty
|
|
end
|
|
end
|
|
end
|