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:
parent
bb98444147
commit
23f6525aff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user