Skip to content

Commit

Permalink
3/26/2024 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Mar 26, 2024
1 parent 064847e commit 85132b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions settings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,13 @@ if [[ "${OSTYPE:-}" == "darwin"* ]]; then
# ***** Settings > Wallet & Apple Pay *****

# ***** Settings > Keyboard *****
# Key repeat rate: fast (requires restart?)
defaults write .GlobalPreferences KeyRepeat -int 2
# Turn off auto-correct
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
defaults write NSGlobalDomain WebAutomaticSpellingCorrectionEnabled -bool false
defaults write .GlobalPreferences NSAutomaticSpellingCorrectionEnabled -bool false
defaults write .GlobalPreferences WebAutomaticSpellingCorrectionEnabled -bool false
# Turn off text replacements (requires restart?)
defaults write NSGlobalDomain WebAutomaticTextReplacementEnabled -bool false
defaults write .GlobalPreferences WebAutomaticTextReplacementEnabled -bool false
# TODO: keyboard brightness

# ***** Settings > Mouse *****
Expand Down

0 comments on commit 85132b8

Please sign in to comment.