Skip to content

Instantly share code, notes, and snippets.

@tjluoma
Created June 21, 2014 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjluoma/2e956853ed7902dacb11 to your computer and use it in GitHub Desktop.
Save tjluoma/2e956853ed7902dacb11 to your computer and use it in GitHub Desktop.
Save as ~/Library/LaunchAgents/com.tjluoma.flux.plist. To load, either logout/login or, in Terminal, enter: `launchctl load "$HOME/Library/LaunchAgents/com.tjluoma.flux.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>Label</key>
<string>com.tjluoma.flux</string>
<key>LimitLoadToSessionType</key>
<string>Aqua</string>
<key>LowPriorityIO</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/open</string>
<string>--hide</string>
<string>--background</string>
<string>-b</string>
<string>org.herf.Flux</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/tmp/Flux.stderr.log</string>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>18</integer>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment