aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
blob: f1007b6793e02dbfb78ece582b6588b1d297145f (plain)
1
2
3
4
# ~/.bash_profile

[[ -f ~/.bashrc ]] && . ~/.bashrc
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx -- -keeptty -nolisten tcp > ~/.xorg.log 2>&1