diff options
| author | Indrajith K L | 2025-11-23 19:20:09 +0530 |
|---|---|---|
| committer | Indrajith K L | 2025-11-23 19:20:09 +0530 |
| commit | 8453bb64d330ba4bbb268e2593e95a86477eec1c (patch) | |
| tree | f9e829365139031dfa938e832f9a05e3536a8e36 /mpd/mpd.conf | |
| parent | 1ff9a983329b0e703511e78cd81dcbe81358733f (diff) | |
| download | dots-8453bb64d330ba4bbb268e2593e95a86477eec1c.tar.gz dots-8453bb64d330ba4bbb268e2593e95a86477eec1c.tar.bz2 dots-8453bb64d330ba4bbb268e2593e95a86477eec1c.zip | |
Dot File for niri Desktopniri
Diffstat (limited to 'mpd/mpd.conf')
| -rw-r--r-- | mpd/mpd.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf new file mode 100644 index 000000000..a824d4ecf --- /dev/null +++ b/mpd/mpd.conf @@ -0,0 +1,12 @@ +music_directory "~/Music/Music" +playlist_directory "~/.config/mpd/playlists" + +auto_update "yes" +bind_to_address "127.0.0.1" +restore_paused "yes" +max_output_buffer_size "16384" + +audio_output { + type "pipewire" + name "Pipewire Sound Server" +} |
