Autostart startx on login
- Autostart startx on login in fish shell
This commit is contained in:
@@ -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 #
|
||||
############
|
||||
|
Reference in New Issue
Block a user