Increase dock icon size
This commit is contained in:
parent
c61eadbdcc
commit
45ad7e267a
2
.osx
vendored
2
.osx
vendored
|
@ -10,7 +10,7 @@ sudo nvram SystemAudioVolume=" "
|
||||||
defaults write com.apple.Dock autohide-delay -float 0
|
defaults write com.apple.Dock autohide-delay -float 0
|
||||||
|
|
||||||
# Change the size of Dock icons.
|
# Change the size of Dock icons.
|
||||||
defaults write com.apple.dock tilesize -int 25
|
defaults write com.apple.dock tilesize -int 30
|
||||||
|
|
||||||
# Reduce transparency.
|
# Reduce transparency.
|
||||||
defaults write com.apple.universalaccess reduceTransparency -bool true
|
defaults write com.apple.universalaccess reduceTransparency -bool true
|
||||||
|
|
Loading…
Reference in a new issue