Increase dock icon size

This commit is contained in:
Oliver Davies 2016-09-28 18:58:54 +01:00 committed by GitHub
parent c61eadbdcc
commit 45ad7e267a

2
.osx vendored
View file

@ -10,7 +10,7 @@ sudo nvram SystemAudioVolume=" "
defaults write com.apple.Dock autohide-delay -float 0
# Change the size of Dock icons.
defaults write com.apple.dock tilesize -int 25
defaults write com.apple.dock tilesize -int 30
# Reduce transparency.
defaults write com.apple.universalaccess reduceTransparency -bool true