Use dbus-launch to start dwm
This commit is contained in:
parent
b2cdea2278
commit
ee0c7e4395
|
@ -1,7 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"
|
||||
# export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus"
|
||||
|
||||
while true; do
|
||||
dwm
|
||||
dbus-update-activation-environment --all
|
||||
dbus-launch dwm
|
||||
# dwm
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue