diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-04-30 10:46:13 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-04-30 10:46:13 +0200 |
commit | 9898899c929b46a5f0990381d61a39063881675f (patch) | |
tree | 13b6b979476659bb6d3733b79b1f0f8e39cdf367 | |
parent | 47eb874d9a6c4320dcd97bf21a48f5f95fe3d9f5 (diff) | |
download | dotfiles-9898899c929b46a5f0990381d61a39063881675f.tar.gz dotfiles-9898899c929b46a5f0990381d61a39063881675f.tar.bz2 dotfiles-9898899c929b46a5f0990381d61a39063881675f.zip |
.osx: Set the icon size of Dock items to 36 pixels
-rwxr-xr-x | .osx | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -142,8 +142,8 @@ 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 +# Set the icon size of Dock items to 36 pixels +defaults write com.apple.dock tilesize -int 36 # Enable spring loading for all Dock items defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true |