Configuration tweaks
This commit is contained in:
@@ -137,7 +137,7 @@ defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
|
||||
# defaults -currentHost write NSGlobalDomain com.apple.trackpad.enableSecondaryClick -bool true
|
||||
|
||||
# Disable “natural” (Lion-style) scrolling
|
||||
# defaults write NSGlobalDomain com.apple.swipescrolldirection -bool false
|
||||
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
|
||||
@@ -157,7 +157,7 @@ defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
|
||||
|
||||
# Set a blazingly fast keyboard repeat rate
|
||||
defaults write NSGlobalDomain KeyRepeat -int 1
|
||||
defaults write NSGlobalDomain InitialKeyRepeat -int 10
|
||||
defaults write NSGlobalDomain InitialKeyRepeat -int 20
|
||||
|
||||
# Set language and text formats
|
||||
# Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` with
|
||||
|
||||
Reference in New Issue
Block a user