From 13cfa7e50b22ccb38650adaba1b0ece553a5a5b4 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sun, 10 Mar 2013 11:56:04 +0100 Subject: .osx: Set sidebar icon size to medium --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index c578a72..f3b800c 100755 --- a/.osx +++ b/.osx @@ -31,6 +31,9 @@ defaults write com.apple.systemuiserver menuExtras -array "/System/Library/CoreS # Set highlight color to orange defaults write NSGlobalDomain AppleHighlightColor -string '0.764700 0.976500 0.568600' +# Set sidebar icon size to medium +defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2 + # Always show scrollbars defaults write NSGlobalDomain AppleShowScrollBars -string "Always" -- cgit v1.2.3