diff options
| author | Mica White <botahamec@outlook.com> | 2026-01-31 16:03:57 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-01-31 16:03:57 -0500 |
| commit | 73a217ffa13aa728f1903b782428f7f522b4539a (patch) | |
| tree | fde1ef460fed0cc6023f8aacebf3d5fb3043b700 /.config/mpd | |
Initial dotfile stuff
Diffstat (limited to '.config/mpd')
| -rw-r--r-- | .config/mpd/mpd.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100644 index 0000000..75fb00f --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,9 @@ +music_directory "~/Music" +db_file "~/.config/mpd/database" +auto_update "yes" +port "6600" + +audio_output { + type "pipewire" + name "Pipewire Sound Server" +} |
