aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-07-18 20:02:01 +0200
committerMathias Bynens <mathias@qiwi.be>2012-07-18 20:03:49 +0200
commit95ed1a16c58fe99b47d9eca051f5006d583cab5f (patch)
tree0f6f76fd7d265036de069e4b160d1bc64b765555 /.osx
parent7a11b9f592b2b2d0fa4579255f06d49af5969bb3 (diff)
downloaddotfiles-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.
Diffstat (limited to '.osx')
-rwxr-xr-x.osx5
1 files changed, 4 insertions, 1 deletions
diff --git a/.osx b/.osx
index b564367..e94f84b 100755
--- a/.osx
+++ b/.osx
@@ -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