Skip to content

Instantly share code, notes, and snippets.

@jacobsalmela
Created February 17, 2015 13:30
Show Gist options
  • Save jacobsalmela/d57cd5fe985397034b64 to your computer and use it in GitHub Desktop.
Save jacobsalmela/d57cd5fe985397034b64 to your computer and use it in GitHub Desktop.
Launch Agent to run a script that enforces the wallpaper on Mavericks and Yosemite
<?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>Label</key>
<string>org.domain.enforceWallpaper</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/triggers/enforceWallpaper.py</string>
</array>
<key>RunAtLoad</key>
<false/>
<key>StartInterval</key>
<integer>30</integer>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment