From 5ee5265afe43335c1bee5fe474dafdac843514ea Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 29 Mar 2024 19:50:44 +0530 Subject: fixed keybindings to change to other monitor --- .config/mpd/mpd.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.config/mpd/mpd.conf') diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index e13748b..c2f881a 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,8 +1,8 @@ pid_file "/home/zt/.local/share/mpd/pid" -#state_file "/home/zt/.local/share/mpd/state" +state_file "/home/zt/.local/share/mpd/state" db_file "/home/zt/.config/mpd/database" playlist_directory "/home/zt/.config/mpd/playlists" -music_directory "/home/zt/hdd/Music/Songs" +music_directory "/home/zt/hdd/Audio/Songs" port "6600" auto_update "yes" log_file "syslog" @@ -12,9 +12,9 @@ audio_output { name "PipeWire Sound Server" } -audio_output { - type "fifo" - name "Visualizer feed" - path "/tmp/mpd.fifo" - format "44100:16:2" -} +#audio_output { +# type "fifo" +# name "Visualizer feed" +# path "/tmp/mpd.fifo" +# format "44100:16:2" +#} -- cgit v1.2.3