Automatically start X when on display 1

Should start x after all the XDG folders have been set so that aliases
etc should still work. If binds/aliases do not work (things like tm, tl,
cl and so on) then this is presumably caused by a race condition and x
should only be started *after* all directories have benn set.
This commit is contained in:
Marty Oehme 2019-06-04 11:30:45 +02:00
parent 8a31e9024a
commit 729bcf9660

View file

@ -0,0 +1,3 @@
# if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
# exec startx ~/.xinitrc
# fi