Actually source custom xinit so that ENV vars are properly exported

master
Miles Alan 4 years ago
parent e20a467976
commit 91c77cec6c
  1. 2
      scripts/core/sxmo_xinit.sh

@ -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
" "
} }

Loading…
Cancel
Save