From e639291e49d6f4a4d0917d9895e0e1f2fa95c1f0 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Sun, 11 Jul 2021 12:44:13 +0200 Subject: [PATCH] Source customxinit before running daemonsneedingdbus This makes sure that environment variables are set for the demons and for example st started form the app menu (if launched through lisgd). Signed-off-by: Maarten van Gompel --- scripts/core/sxmo_xinit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh index bbd0869..98ab2de 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -99,9 +99,9 @@ customxinit() { startdwm() { exec dbus-run-session sh -c " - $0 daemonsneedingdbus; set -- customxinit . $0 + $0 daemonsneedingdbus dwm 2> "$XDG_CACHE_HOME/sxmo/dwm.log" " }