diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-07-31 15:18:05 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-07-31 15:18:05 +0200 |
commit | c4fcf4016e686700c52d2830dabf2a459a990b87 (patch) | |
tree | 72bf8eb78b306aeef09af8d89a1f06fa05f44421 | |
parent | 17de86003e3d54ece198f2bae9e87c4d6b4dc1a5 (diff) | |
download | dotfiles-c4fcf4016e686700c52d2830dabf2a459a990b87.tar.gz dotfiles-c4fcf4016e686700c52d2830dabf2a459a990b87.tar.bz2 dotfiles-c4fcf4016e686700c52d2830dabf2a459a990b87.zip |
.osx: Disable the sound effects on boot
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,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 the sound effects on boot +sudo nvram SystemAudioVolume=" " + # Menu bar: disable transparency defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false |