|
|
|
|
|
by Comevius
1689 days ago
|
|
PipeWire is basically the files pacman installed, and systemd user services. This command would have been able to remove it: pacman -Rsn pipewire pipewire-pulse pipewire-alsa
And this disable it: systemctl disable --user pipewire pipewire-media-session pipewire-pulse
A common mistake when installing it is forgetting to install pipewire-pulse and pipewire-alsa.https://wiki.archlinux.org/title/PipeWire |
|