diff --git a/.bash_profile b/.bash_profile index 7a8fa18..8819542 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,5 +1,5 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then - exec startx + exec startx "$HOME/.config/X11/xinitrc" fi