diff options
author | lxf <sng@luxagraf.net> | 2021-05-22 17:30:13 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2021-05-22 17:30:13 -0400 |
commit | 6abb37e98af49a2a8fe0aa0e129c5cfa890653a0 (patch) | |
tree | a48766afd1940f3742633a5130fba95195839935 /.mpd | |
parent | 7e4c16af457605e7ae53231c87165c31894d13aa (diff) |
added in changes for debian based openbox
Diffstat (limited to '.mpd')
-rw-r--r-- | .mpd/mpd.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.mpd/mpd.conf b/.mpd/mpd.conf new file mode 100644 index 0000000..9520b21 --- /dev/null +++ b/.mpd/mpd.conf @@ -0,0 +1,6 @@ +audio_output { + type "alsa" + name "Sound Card" + options "dev=dmixer" + device "plug:dmix" +} |