Autostart startx on login

- Autostart startx on login in fish shell
This commit is contained in:
Sravan Balaji
2020-12-11 12:39:45 -05:00
parent 2819854c28
commit d984a5ef98

View File

@@ -1,3 +1,12 @@
########################
# AUTOSTART X AT LOGIN #
########################
if status --is-login
if test -z "$DISPLAY" -a $XDG_VTNR = 1
exec startx -- -keeptty
end
end
############
# GREETING #
############