Add sidebar icon size command

This commit is contained in:
Marcel Bischoff 2015-10-17 19:04:39 +02:00
parent 34d45da954
commit 596361fc88

View File

@ -289,6 +289,12 @@ defaults write com.apple.finder CreateDesktop -bool false && killall Finder
defaults write com.apple.finder CreateDesktop -bool true && killall Finder defaults write com.apple.finder CreateDesktop -bool true && killall Finder
``` ```
#### Set Sidebar Icon Size
Sets size to 'medium'.
```bash
defaults write NSGlobalDomain NSTableViewDefaultSizeMode -int 2
```
### Opening Things ### Opening Things
#### Open URL #### Open URL