feat: added autostarting X on session login

This commit is contained in:
Vitor Gonçalves 2023-06-08 18:57:01 -03:00
parent 7b6cfcb910
commit bb8763b9a8
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,5 @@ export HISTFILE="$XDG_STATE_HOME/bash/history"
export GOPATH="$XDG_DATA_HOME/go"
export GOMODCACHE="$XDG_CACHE_HOME/go/mod"
[[ -z $(pidof Xorg) ]] && [[ $(tty) = "/dev/tty1" ]] && sx