[[ -f ~/.bashrc ]] && source ~/.bashrc if [[ ! $DISPLAY && $XDG_VTNR && $XDG_VTNR -le 3 ]]; then exec startx "$XINITRC" fi