# Source .bashrc if [[ -f $HOME/.bashrc ]] ; then source $HOME/.bashrc fi # Automatically call `startx' upon login in on tty1, if AwesomeWM is not # yet started if [[ "$(tty)" = "/dev/tty1" ]]; then pgrep awesome || startx fi