Launch mpd-discord-rpc directly to avoid crashloops if it's not installed

This commit is contained in:
Danielle McLean 2024-05-31 12:30:37 +10:00
parent 47e354988f
commit 6809bcc5da
Signed by: 00dani
GPG key ID: 6854781A0488421C

View file

@ -6,12 +6,8 @@
<true/> <true/>
<key>Label</key> <key>Label</key>
<string>me.00dani.mpd-discord-rpc</string> <string>me.00dani.mpd-discord-rpc</string>
<key>ProgramArguments</key> <key>Program</key>
<array> <string>/Users/dani/.local/share/cargo/bin/mpd-discord-rpc</string>
<string>zsh</string>
<string>-lc</string>
<string>exec mpd-discord-rpc</string>
</array>
<key>RunAtLoad</key> <key>RunAtLoad</key>
<true/> <true/>
</dict> </dict>