Fix incorrect xinitrc path

This commit is contained in:
Dylan 2016-01-28 11:59:17 +11:00
parent 7619f71549
commit 84f6993987
1 changed files with 1 additions and 1 deletions

2
fetch
View File

@ -601,7 +601,7 @@ getwindowmanager () {
windowmanager="$XDG_CURRENT_DESKTOP"
elif [ "$XINITRC" ]; then
windowmanager=$(grep "^[^#]*exec" "${HOME}/.xinitrc")
windowmanager=$(grep "^[^#]*exec" "$XINITRC")
elif [ -e "$HOME/.xinitrc" ]; then
windowmanager=$(grep "^[^#]*exec" "${HOME}/.xinitrc")