Configuration tweaks

This commit is contained in:
2024-03-21 14:16:59 +00:00
parent 83f52e23b3
commit f727c95bce
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ defaults write NSGlobalDomain com.apple.mouse.tapBehavior -int 1
# defaults -currentHost write NSGlobalDomain com.apple.trackpad.enableSecondaryClick -bool true # defaults -currentHost write NSGlobalDomain com.apple.trackpad.enableSecondaryClick -bool true
# Disable “natural” (Lion-style) scrolling # 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 # Increase sound quality for Bluetooth headphones/headsets
defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40 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 # Set a blazingly fast keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 1 defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10 defaults write NSGlobalDomain InitialKeyRepeat -int 20
# Set language and text formats # Set language and text formats
# Note: if youre in the US, replace `EUR` with `USD`, `Centimeters` with # Note: if youre in the US, replace `EUR` with `USD`, `Centimeters` with