Re-add xsessionrc sourcing
This commit is contained in:
parent
9320aaae85
commit
b50ac96f35
@ -371,6 +371,9 @@ step_preexecute() {
|
|||||||
# Special things that can't use simple configuration files
|
# Special things that can't use simple configuration files
|
||||||
[ -n "$_dryrun" ] && return 0
|
[ -n "$_dryrun" ] && return 0
|
||||||
|
|
||||||
|
# Xsessionrc
|
||||||
|
[ -r "$HOME/.xsessionrc" ] && source "$HOME/.xsessionrc"
|
||||||
|
|
||||||
# Exports
|
# Exports
|
||||||
export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:-firestarter}"
|
export XDG_CURRENT_DESKTOP="${XDG_CURRENT_DESKTOP:-firestarter}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user