Remove Fish Shell Autostart X

- Switched back to using lightdm (without light-locker)
- Remove autostart x commands in fish shell
This commit is contained in:
Sravan Balaji
2020-12-26 15:12:59 -05:00
parent 2945322711
commit 6558dac4e4

View File

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