cdotfis/dotfiles/.local/bin/startdwm

10 lines
151 B
Bash
Executable File

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