diff options
author | Mathias Bynens <mathias@qiwi.be> | 2013-03-10 11:56:04 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-03-10 11:56:04 +0100 |
commit | 13cfa7e50b22ccb38650adaba1b0ece553a5a5b4 (patch) | |
tree | 38877d0b22b74f8d53403e46b13e887d3ffd76e1 | |
parent | 16af83ec1b1358de237500a5bef8062ca637aadc (diff) | |
download | dotfiles-13cfa7e50b22ccb38650adaba1b0ece553a5a5b4.tar.gz dotfiles-13cfa7e50b22ccb38650adaba1b0ece553a5a5b4.tar.bz2 dotfiles-13cfa7e50b22ccb38650adaba1b0ece553a5a5b4.zip |
.osx: Set sidebar icon size to medium
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |