diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-23 09:49:06 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-23 09:49:06 +0500 |
commit | 82c8e73151f7b7f6aa2d5eb06e407393bf025591 (patch) | |
tree | 1d0280b7a3e9d479706733c872bd0eb140aaff40 /.config/.runit/sv/pipewire-pulse/run | |
parent | 55d0510313c623a5d9070b7ddc88693a63ca5c2b (diff) |
change tmux way of opening projects, also startdwm for void
Diffstat (limited to '.config/.runit/sv/pipewire-pulse/run')
-rwxr-xr-x | .config/.runit/sv/pipewire-pulse/run | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/.runit/sv/pipewire-pulse/run b/.config/.runit/sv/pipewire-pulse/run new file mode 100755 index 0000000..015c092 --- /dev/null +++ b/.config/.runit/sv/pipewire-pulse/run @@ -0,0 +1,12 @@ +#!/bin/sh + +# Wait for the PipeWire Media Session daemon to start. +sv check "$HOME/.runit/sv/wireplumber" >/dev/null || exit 1 + +[ -r ./conf ] && . ./conf + +if [ "${LOGGING_ENABLE}x" = "1x" -a -n "${LOG_LEVEL}" ]; then + export PIPEWIRE_DEBUG="${LOG_LEVEL}" +fi + +exec pipewire-pulse ${OPTS:-} 2>&1 |