Skip to content

Commit

Permalink
Disable audio feedback when volume is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Sep 27, 2014
1 parent 3b5622a commit 7f79900
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osx/defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.serve
# Set standby delay to 24 hours (default is 1 hour)
sudo pmset -a standbydelay 86400

# Disable audio feedback when volume is changed
write com.apple.sound.beep.feedback -bool false

# Disable the sound effects on boot
sudo nvram SystemAudioVolume=" "

Expand Down

0 comments on commit 7f79900

Please sign in to comment.