-
-
Save NigelThorne/bf28ad1bae3a787ed12198d50475cb6b to your computer and use it in GitHub Desktop.
Fix HDMI audio on OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# I'm also using SoundSource | |
# Install via Homebrew | |
brew install sleepwatcher | |
# Create a .wakeup script in your home directory | |
echo "SwitchAudioSource -n && SwitchAudioSource -s 'SMART TV'" > ~/.wakeup | |
chmod +x ~/.wakeup | |
# Start sleepwatcher as a service | |
brew services start sleepwatcher |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment