aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-03-10 11:56:04 +0100
committerMathias Bynens <mathias@qiwi.be>2013-03-10 11:56:04 +0100
commit13cfa7e50b22ccb38650adaba1b0ece553a5a5b4 (patch)
tree38877d0b22b74f8d53403e46b13e887d3ffd76e1
parent16af83ec1b1358de237500a5bef8062ca637aadc (diff)
downloaddotfiles-13cfa7e50b22ccb38650adaba1b0ece553a5a5b4.tar.gz
dotfiles-13cfa7e50b22ccb38650adaba1b0ece553a5a5b4.tar.bz2
dotfiles-13cfa7e50b22ccb38650adaba1b0ece553a5a5b4.zip
.osx: Set sidebar icon size to medium
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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"