Move pwvucontrol to optional package (currently broken in AUR)
This commit is contained in:
+8
-2
@@ -269,12 +269,18 @@ paru -S --needed \
|
||||
|
||||
** Sound (PipeWire)
|
||||
|
||||
Core PipeWire packages (required):
|
||||
#+begin_src bash
|
||||
echo "==> PipeWire"
|
||||
paru -S --needed \
|
||||
pipewire pipewire-alsa pipewire-audio pipewire-jack pipewire-pulse \
|
||||
wireplumber \
|
||||
pwvucontrol
|
||||
wireplumber
|
||||
#+end_src
|
||||
|
||||
Optional GUI control (install manually when available):
|
||||
#+begin_src bash :tangle no
|
||||
echo "==> PipeWire GUI (optional)"
|
||||
paru -S --needed pwvucontrol || echo "pwvucontrol failed, skipping"
|
||||
#+end_src
|
||||
|
||||
Enable PipeWire services:
|
||||
|
||||
Reference in New Issue
Block a user