diff --git a/bin/toggle b/bin/toggle index c9080fb..f04c557 100755 --- a/bin/toggle +++ b/bin/toggle @@ -5,7 +5,8 @@ if [ -z "`pgrep -x $1`" ]; then if [ "$1" = mpd ]; then sleep 1 mpd-mpris & - mpd-rpc & + mpd-rpc --no-idle --dont-broadcast-the-paused-state & + #those tho will kill themselves when mpd gets killed so we're good fi notify-send $1 "is now enabled" else diff --git a/ncmpcpp/config b/ncmpcpp/config index 2c76c81..d9b2a3e 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config @@ -41,7 +41,7 @@ discard_colors_if_item_is_selected = "yes" mpd_host = localhost mpd_port = 6600 mpd_connection_timeout = 5 -mpd_music_dir = /run/media/vibikim/WAD/Music +mpd_music_dir = /run/media/vibbe/WAD/Music execute_on_song_change = notify-send "Now Playing" "$(mpc --format '%title% \n %artist% - %album%' current)"