Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 352 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 352 Bytes

dotfiles

Misc.

Key repeat settings

defaults write -g InitialKeyRepeat -int 12
defaults write -g KeyRepeat -int 1
defaults write -g ApplePressAndHoldEnabled -bool false

Doc settings

defaults write com.apple.dock autohide-delay -int 0
defaults write com.apple.dock autohide-time-modifier -float 0.4
killall Dock