diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-05-04 13:09:53 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-04 13:09:53 -0400 |
| commit | 162509777cd501fb7c3245ca2d8ebf6003545967 (patch) | |
| tree | c8a2427c03c5ad25e9a4ead4b1b7a95ddb03504d | |
| parent | 3f20263444539b59a54fc43f027e2c39d0b5e69a (diff) | |
| parent | 65b644d9b7c35b33210128a8bf4168ae8f957aec (diff) | |
| download | eibhear-162509777cd501fb7c3245ca2d8ebf6003545967.tar.gz eibhear-162509777cd501fb7c3245ca2d8ebf6003545967.tar.zst eibhear-162509777cd501fb7c3245ca2d8ebf6003545967.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
| -rw-r--r-- | .config/mpd/mpd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index c635183..fa6a25c 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -9,6 +9,8 @@ max_output_buffer_size "16384" audio_output { type "alsa" name "ALSA" + # type "pulse" # uncomment for pulseaudio + # name "pulse" # uncomment for pulseaudio } audio_output { |
