eldont-collection/eldont-wireplumber

9 lines
160 B
Plaintext
Raw Normal View History

2023-12-12 06:08:51 +00:00
#!/usr/bin/env bash
if [ "$SUDO_UID" = "" ]; then
echo "SUDO_UID is not set."
exit 1
fi
export XDG_RUNTIME_DIR="/tmp/$SUDO_UID-runtime-dir"
exec wireplumber