diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-06-04 14:21:22 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-06-04 14:21:22 +0200 |
| commit | 5d6e657ee76885438acd774e5ad100781ae5e3c0 (patch) | |
| tree | ddd834e19af082776e6389edc5f488079f7bc925 /.config/mpd/mpd.conf | |
| parent | 6b22d12938d736d4ee0316d4a2d230551661411f (diff) | |
moved funcs to scripts; added an alert alias; fixed audio in mpd
Diffstat (limited to '.config/mpd/mpd.conf')
| -rwxr-xr-x | .config/mpd/mpd.conf | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 839913c..ee0daa6 100755 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -14,11 +14,6 @@ audio_output { name "Default" } -audio_output { - type "alsa" - name "ALSA" -} - # http streaming #audio_output { # type "httpd" |
