#!/bin/sh # export DBUS_SESSION_BUS_ADDRESS="unix:path=$XDG_RUNTIME_DIR/bus" while true; do dbus-update-activation-environment --all dbus-launch dwm # dwm done