This commit is contained in:
Cheri 2021-03-23 09:53:51 +02:00 committed by vibikim
parent 85d9c9c232
commit f027b3290f
2 changed files with 3 additions and 2 deletions

View file

@ -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