From cf8495c1413731aa995e65dd2bfb3ce525825de8 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 9 Feb 2023 21:25:25 -0600 Subject: snd.sh to start pipewire manually --- snd.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 snd.sh diff --git a/snd.sh b/snd.sh new file mode 100755 index 0000000..4d7f4c4 --- /dev/null +++ b/snd.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/wireplumber -- cgit v1.2.3