cdotfis/dotfiles/.local/bin/startdwm

10 lines
174 B
Bash
Executable File

#!/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