mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-07-07 02:06:08 +00:00
8 lines
153 B
Fish
8 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
|