dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ff1f6ff43bfd6fca5ebd9b30b8dd15f0a741f56d
parent a2f5b334b71da281cac5dc749c2c8db5a1639c02
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 18 Dec 2020 23:51:07 +0100

mpd: use software mixer, allows separate volume control

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

diff --git a/mpd/mpd.conf b/mpd/mpd.conf @@ -10,6 +10,7 @@ follow_inside_symlinks "yes" audio_output { type "osx" name "CoreAudio" + mixer_type "software" } bind_to_address "127.0.0.1"