Re-add xsessionrc sourcing

This commit is contained in:
Salt 2019-06-27 17:37:37 -05:00
parent 9320aaae85
commit b50ac96f35

View File

@ -371,6 +371,9 @@ step_preexecute() {
# Special things that can't use simple configuration files
[ -n "$_dryrun" ] && return 0
# Xsessionrc
[ -r "$HOME/.xsessionrc" ] && source "$HOME/.xsessionrc"
# Exports
export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:-firestarter}"