Add launch agent for mpd-now-playable :D
This commit is contained in:
parent
ffaa8dbe40
commit
168fd8e124
1 changed files with 16 additions and 0 deletions
16
Library/LaunchAgents/me.00dani.mpd-now-playable.plist
Normal file
16
Library/LaunchAgents/me.00dani.mpd-now-playable.plist
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>KeepAlive</key>
|
||||||
|
<true/>
|
||||||
|
<key>Label</key>
|
||||||
|
<string>me.00dani.mpd-now-playable</string>
|
||||||
|
<key>ProgramArguments</key>
|
||||||
|
<array>
|
||||||
|
<string>/Users/dani/.local/bin/mpd-now-playable</string>
|
||||||
|
</array>
|
||||||
|
<key>RunAtLoad</key>
|
||||||
|
<true/>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
Loading…
Reference in a new issue