diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-06-23 09:49:06 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-06-23 09:49:06 +0500 |
commit | 82c8e73151f7b7f6aa2d5eb06e407393bf025591 (patch) | |
tree | 1d0280b7a3e9d479706733c872bd0eb140aaff40 /.config/mpd.conf | |
parent | 55d0510313c623a5d9070b7ddc88693a63ca5c2b (diff) |
change tmux way of opening projects, also startdwm for void
Diffstat (limited to '.config/mpd.conf')
-rw-r--r-- | .config/mpd.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/mpd.conf b/.config/mpd.conf new file mode 100644 index 0000000..77018bf --- /dev/null +++ b/.config/mpd.conf @@ -0,0 +1,12 @@ +music_directory "~/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" +} |