diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-07-18 20:02:01 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-07-18 20:03:49 +0200 |
commit | 95ed1a16c58fe99b47d9eca051f5006d583cab5f (patch) | |
tree | 0f6f76fd7d265036de069e4b160d1bc64b765555 | |
parent | 7a11b9f592b2b2d0fa4579255f06d49af5969bb3 (diff) | |
download | dotfiles-95ed1a16c58fe99b47d9eca051f5006d583cab5f.tar.gz dotfiles-95ed1a16c58fe99b47d9eca051f5006d583cab5f.tar.bz2 dotfiles-95ed1a16c58fe99b47d9eca051f5006d583cab5f.zip |
.osx: Increase sound quality for Bluetooth headphones/headsets
This has the same effect as setting Bluetooth Explorer → Utilities →
Special Options → Minimum bitpool to `40`. See
http://scott.dier.name/2009/10/osx-snow-leopard-a2dp.html.
-rwxr-xr-x | .osx | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -44,7 +44,7 @@ defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true #echo "0x08000100:0" > ~/.CFUserTextEncoding ############################################################################### -# Trackpad, mouse, keyboard, and input # +# Trackpad, mouse, keyboard, Bluetooth accessories, and input # ############################################################################### # Trackpad: enable tap to click for this user and for the login screen @@ -66,6 +66,9 @@ defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadThreeF # Disable “natural” (Lion-style) scrolling defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false +# Increase sound quality for Bluetooth headphones/headsets +defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40 + # Enable full keyboard access for all controls # (e.g. enable Tab in modal dialogs) defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 |