aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-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"