diff options
author | Joe <bousset.rudy@gmail.com> | 2023-03-27 23:36:44 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-03-27 23:36:44 +0200 |
commit | f2f8513abf86f16b1ef3ed953a88589c04fe7404 (patch) | |
tree | 7038fb04648952dd4efe1b496e25eab3ad2555ce /.config | |
parent | up (diff) | |
download | dotfiles-bsd-f2f8513abf86f16b1ef3ed953a88589c04fe7404.tar.gz dotfiles-bsd-f2f8513abf86f16b1ef3ed953a88589c04fe7404.tar.bz2 dotfiles-bsd-f2f8513abf86f16b1ef3ed953a88589c04fe7404.tar.xz dotfiles-bsd-f2f8513abf86f16b1ef3ed953a88589c04fe7404.tar.zst dotfiles-bsd-f2f8513abf86f16b1ef3ed953a88589c04fe7404.zip |
up
Diffstat (limited to '.config')
-rw-r--r-- | .config/mpd/mpd.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index fea3b02..5b0e2ed 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -284,12 +284,12 @@ auto_update_depth "10" # # An example of a pulseaudio output (streaming to a remote pulseaudio server) # -audio_output { - type "pulse" - name "My Pulse Output" - # server "remote_server" # optional - # sink "remote_server_sink" # optional -} +# audio_output { +# type "pulse" +# name "My Pulse Output" +# # server "remote_server" # optional +# # sink "remote_server_sink" # optional +# } # pipewire |