dot/.config/aliasrc/apple

8 lines
287 B
Text
Raw Normal View History

2023-07-22 14:46:26 +02:00
setupmac() {
defaults write com.apple.dock expose-animation-duration -float 0.1
defaults write -g InitialKeyRepeat -int 12
defaults write -g KeyRepeat -int 1
defaults write com.apple.Dock autohide-delay -float 0; killall Dock
defaults write -g com.apple.mouse.scaling -integer -1
}