From 5ab67052741984a5002a21bd11a7b55be9421189 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Sun, 26 Apr 2026 01:56:25 -0400 Subject: mpd and rmpc --- dotfiles/mpd/mpd.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dotfiles/mpd/mpd.conf (limited to 'dotfiles/mpd') diff --git a/dotfiles/mpd/mpd.conf b/dotfiles/mpd/mpd.conf new file mode 100644 index 0000000..c226a77 --- /dev/null +++ b/dotfiles/mpd/mpd.conf @@ -0,0 +1,9 @@ +music_directory "~/Music" +playlist_directory "~/Music/.playlists" +db_file "~/.config/mpd/database" +log_file "syslog" + +audio_output { + type "pipewire" + name "PipeWire Output" +} -- cgit v1.3.1