diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-13 10:43:56 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-13 10:43:56 +0100 |
| commit | c6f68bcca9c568c57e842fb405ccd4158bdd1e3d (patch) | |
| tree | 2e542af1a1e04eba1c3a3e5941252fda3a1d7402 /.config/mpd | |
| parent | 31c469079f077bc2115887554ef0dbaad637a88d (diff) | |
small update
Diffstat (limited to '.config/mpd')
| -rwxr-xr-x | .config/mpd/mpd.conf | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 3a6a57d..afdcb5a 100755 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -10,15 +10,17 @@ state_file "~/.config/mpd/mpdstate" audio_output { type "pulse" - name "Headphone" - sink "alsa_output.pci-0000_29_00.0.analog-stereo" + name "Default" +# sink "alsa_output.pci-0000_29_00.0.analog-stereo" } -audio_output { - type "pulse" - name "Speakers" - sink "alsa_output.pci-0000_31_00.4.analog-stereo" -} +# For some reason ncmpcpp now switches correctly, so i'm disabling this. +#audio_output { +# type "pulse" +# name "Speakers" +# sink "alsa_output.pci-0000_31_00.4.analog-stereo" +#} +# audio_output { type "fifo" |
