Skip to content

Commit

Permalink
Tweak hacker defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Aug 9, 2014
1 parent fc575f7 commit c91c78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osx/set-defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false

# Set a blazingly fast keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 0
defaults write NSGlobalDomain KeyRepeat -float 0.01

# Set language and text formats
# Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` with
Expand Down

0 comments on commit c91c78d

Please sign in to comment.