summaryrefslogtreecommitdiff
path: root/.mpd
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2021-10-01 20:13:13 -0400
committerluxagraf <sng@luxagraf.net>2021-10-01 20:13:13 -0400
commit48cc6cecb880712e66108d6d9f0f93a04a323a09 (patch)
treeacc70bd666445e2580b3e2e296367882f46bc111 /.mpd
parentbf34a8a8492c0839a866d2b1739989cfc412e144 (diff)
updated dotfiles to latest in sway setup
Diffstat (limited to '.mpd')
-rw-r--r--.mpd/mpd.conf6
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"
+}