From 0cfe94f5df36232f518ef3db73a0bcd2369b334b Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 21 Mar 2024 14:16:59 +0000 Subject: [PATCH] Configuration tweaks --- MacOS/config.sh | 4 ++-- MacOS/{macos.sh => install.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename MacOS/{macos.sh => install.sh} (100%) diff --git a/MacOS/config.sh b/MacOS/config.sh index 65ef7253..fd725547 100755 --- a/MacOS/config.sh +++ b/MacOS/config.sh @@ -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 diff --git a/MacOS/macos.sh b/MacOS/install.sh similarity index 100% rename from MacOS/macos.sh rename to MacOS/install.sh