Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created December 7, 2011 13:34
Show Gist options
  • Save glidenote/1442825 to your computer and use it in GitHub Desktop.
Save glidenote/1442825 to your computer and use it in GitHub Desktop.
windowtidy.plist
<?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>windowtidy</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/Window Tidy.app/Contents/MacOS/Window Tidy</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment