마우스 가속 제거

defaults write .GlobalPreferences com.apple.mouse.scaling -1

 

독 나타나기 애니메이션 제거

defaults write com.apple.dock autohide -bool true && defaults write com.apple.dock autohide-delay -float 0 && defaults write com.apple.dock autohide-time-modifier -float 0 && killall Dock

'공부 > 기타 등등' 카테고리의 다른 글

[WEB] web cache  (0) 2020.04.09
[basic] runtime  (0) 2020.04.01
[Git] Removing sensitive data from a repository  (0) 2019.08.21
[Golang] reflect  (0) 2019.07.31
[Basic] JSON, BSON  (0) 2019.07.29

+ Recent posts