Skip to content

Instantly share code, notes, and snippets.

@CoolOppo
Created May 19, 2016 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CoolOppo/25366880ac09e24af4ebd5f9dfd42b28 to your computer and use it in GitHub Desktop.
Save CoolOppo/25366880ac09e24af4ebd5f9dfd42b28 to your computer and use it in GitHub Desktop.
# start X at login
if status --is-login
if test -z "$DISPLAY" -a $XDG_VTNR -eq 1
exec startx -- -keeptty
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment