From c8e40aa95f5ecafd8d25d10bc160fae930522e0d Mon Sep 17 00:00:00 2001 From: Cedric Kastner Date: Thu, 26 Apr 2012 11:42:26 +0300 Subject: Icon size of 48 pixels for dock items --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') 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 -- cgit v1.2.3