Marty Oehme
729bcf9660
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.
3 lines
79 B
Bash
3 lines
79 B
Bash
# if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then
|
|
# exec startx ~/.xinitrc
|
|
# fi
|