Change Icons category to Layout, add entry

This commit is contained in:
Marcel Bischoff 2015-10-17 19:09:02 +02:00
parent 596361fc88
commit f1bf85299f

View File

@ -26,7 +26,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
- [Documents](#documents) - [Documents](#documents)
- [Finder](#finder) - [Finder](#finder)
- [Files and Folders](#files-and-folders) - [Files and Folders](#files-and-folders)
- [Icons](#icons) - [Layout](#layout)
- [Opening Things](#opening-things) - [Opening Things](#opening-things)
- [Fonts](#fonts) - [Fonts](#fonts)
- [Hardware](#hardware) - [Hardware](#hardware)
@ -277,7 +277,7 @@ defaults write com.apple.finder AppleShowAllFiles false
chflags nohidden ~/Library chflags nohidden ~/Library
``` ```
### Icons ### Layout
#### Hide All Desktop Icons #### Hide All Desktop Icons
```bash ```bash
@ -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
``` ```
#### Scrollbar Visibility
Possible values: `WhenScrolling`, `Automatic` and `Always`.
```bash
defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
```
#### Set Sidebar Icon Size #### Set Sidebar Icon Size
Sets size to 'medium'. Sets size to 'medium'.
```bash ```bash