Add sidebar icon size command
This commit is contained in:
parent
34d45da954
commit
596361fc88
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user