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