Actually source custom xinit so that ENV vars are properly exported
This commit is contained in:
parent
e20a467976
commit
91c77cec6c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue