eldont-collection/eldont-pipewire

9 lines
157 B
Bash
Executable File

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