sindresorhus / Actions

⚙️ Supercharge your shortcuts
https://sindresorhus.com/actions
2.63k stars 113 forks source link

Action proposal: Toggle ComfortSounds #247

Open tobiastom opened 4 months ago

tobiastom commented 4 months ago

Description

Apple added support for Background Noise in macOS. Unfortunately this can only be enabled and disabled inside the settings.

There is a alternative way through the command line:

Enable sound:

defaults write com.apple.ComfortSounds comfortSoundsEnabled -bool YES
defaults write com.apple.ComfortSounds lastEnablementTimestamp $(date +%s)
killall heard

Disable sound:

defaults write com.apple.ComfortSounds comfortSoundsEnabled -bool NO
killall heard

It might be nice to control this with shortcuts.