Actually source custom xinit so that ENV vars are properly exported

This commit is contained in:
Miles Alan 2020-07-28 17:32:39 -05:00
parent e20a467976
commit 91c77cec6c

View file

@ -57,7 +57,7 @@ customxinit() {
startdwm() { startdwm() {
exec dbus-run-session sh -c " exec dbus-run-session sh -c "
$0 daemonsneedingdbus; $0 daemonsneedingdbus;
$0 customxinit; . $0 customxinit;
dwm 2> ~/.dwm.log dwm 2> ~/.dwm.log
" "
} }