aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Kastner <cedric@nur-text.de>2012-04-26 11:42:26 +0300
committerCedric Kastner <cedric@nur-text.de>2012-04-26 11:42:26 +0300
commitc8e40aa95f5ecafd8d25d10bc160fae930522e0d (patch)
tree0509f16d16144d2f1701a65807355eaacf4c873c
parent3cf002e7265efd46aeff3014697667380110eade (diff)
downloaddotfiles-c8e40aa95f5ecafd8d25d10bc160fae930522e0d.tar.gz
dotfiles-c8e40aa95f5ecafd8d25d10bc160fae930522e0d.tar.bz2
dotfiles-c8e40aa95f5ecafd8d25d10bc160fae930522e0d.zip
Icon size of 48 pixels for dock items
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 483ec05..f5b1984 100755
--- a/.osx
+++ b/.osx
@@ -136,6 +136,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