mpd
This commit is contained in:
parent
85d9c9c232
commit
f027b3290f
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue