Blingin I suppose

This commit is contained in:
Chris Cochrun 2021-06-22 07:05:47 -05:00
parent dc40c281e1
commit 8dc41b0639
7 changed files with 16 additions and 9 deletions

View file

@ -208,6 +208,6 @@ alias la "exa -la"
### Start X at login
if status is-login
if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
exec starx
end
exec startx
end
end