aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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