dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 58f86c57f855bf791712d93dcd790302b547cb12
parent 093c77c35052700420ec16fccf740f8b53877150
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 16 Jan 2025 20:59:51 +0000

feat(mpd): pipewire

Diffstat:
Mmpd/.config/mpd/mpd.conf | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/mpd/.config/mpd/mpd.conf b/mpd/.config/mpd/mpd.conf @@ -22,6 +22,10 @@ filesystem_charset "UTF-8" input { plugin "curl" } +audio_output { + type "pulse" + name "pipewire-pulse" +} #audio_output { # type "alsa" # name "audio"