Created
May 7, 2019 02:42
-
-
Save henriquegogo/8dc80400d0f7b99072f60b77ed09a16c to your computer and use it in GitHub Desktop.
Run startx after login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... | |
# Run startx on boot | |
if [[ ! $DISPLAY && XDG_VTNR -eq 1 ]]; then | |
exec startx | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment