diff options
| author | zachir <zachir@librem.one> | 2023-02-09 21:25:25 -0600 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2023-02-09 21:25:25 -0600 |
| commit | cf8495c1413731aa995e65dd2bfb3ce525825de8 (patch) | |
| tree | 532e68da059abda7107e5d7cd8350d753becacdf | |
| parent | 5bbee7bfdd0c483d0f8cc225b5cb53803aa6a937 (diff) | |
snd.sh to start pipewire manually
| -rwxr-xr-x | snd.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/wireplumber |
