diff --git a/firestarter b/firestarter index bd16006..9ce07ab 100755 --- a/firestarter +++ b/firestarter @@ -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}"