From 91c77cec6cff6411fb47138db6e52f70c245275e Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Tue, 28 Jul 2020 17:32:39 -0500 Subject: [PATCH] Actually source custom xinit so that ENV vars are properly exported --- 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 80d1ae8..ce6f99a 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -57,7 +57,7 @@ customxinit() { startdwm() { exec dbus-run-session sh -c " $0 daemonsneedingdbus; - $0 customxinit; + . $0 customxinit; dwm 2> ~/.dwm.log " }