aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-04-30 01:45:24 -0700
committerMathias Bynens <mathias@qiwi.be>2012-04-30 01:45:24 -0700
commit47eb874d9a6c4320dcd97bf21a48f5f95fe3d9f5 (patch)
treef3b8f7d7a5c53cf0b9bc2745e12bb9c0ea2c724c /.osx
parent7baa45ccb7631b293c371fe3bb82270eae5cd0f5 (diff)
parentc8e40aa95f5ecafd8d25d10bc160fae930522e0d (diff)
downloaddotfiles-47eb874d9a6c4320dcd97bf21a48f5f95fe3d9f5.tar.gz
dotfiles-47eb874d9a6c4320dcd97bf21a48f5f95fe3d9f5.tar.bz2
dotfiles-47eb874d9a6c4320dcd97bf21a48f5f95fe3d9f5.zip
Merge pull request #57 from nurtext/patch-1
.osx: Set Dock icon size
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index aeaf039..6232fbc 100755
--- a/.osx
+++ b/.osx
@@ -142,6 +142,9 @@ defaults write com.apple.dock wvous-bl-modifier -int 0
# Enable highlight hover effect for the grid view of a stack (Dock)
defaults write com.apple.dock mouse-over-hilte-stack -bool true
+# Set the icon size of the Dock to 48 pixels
+defaults write com.apple.dock tilesize -int 48
+
# Enable spring loading for all Dock items
defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true