1
0
forked from extern/nix-config

fish: Don't start X at login

Now we can do some cool stuff in tty1 when we decide to not start a
display manager.
This commit is contained in:
Donovan Glover 2021-05-14 17:13:50 -04:00
parent bb98444147
commit 23f6525aff
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -92,10 +92,3 @@ if not set -q set_abbr
abbr nano "vim" # The explanation is in the name
abbr emacs "vim" # No need to start another operating system
end
# Start X at login
if status --is-login
if test -z "$DISPLAY" -a $XDG_VTNR = 1
exec startx -- -keeptty
end
end