From b50ac96f35d8ebbc5fba6dc737b0877f15390397 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 27 Jun 2019 17:37:37 -0500 Subject: [PATCH] Re-add xsessionrc sourcing --- firestarter | 3 +++ 1 file changed, 3 insertions(+) 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}"