Skip to content

Instantly share code, notes, and snippets.

@aprock
Last active April 1, 2019 13:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aprock/6796623 to your computer and use it in GitHub Desktop.
Save aprock/6796623 to your computer and use it in GitHub Desktop.
Automate Audio Hijack Pro create a new Run Applescript Automator Action, and place it in the login items
on run {input, parameters}
tell application "Audio Hijack Pro"
try
set miniaturized of windows to true -- most apps
end try
start hijacking (first session whose name is "System")
end tell
return input
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment