From f1bf85299f0491faae564ee949ff51467e00ce44 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Sat, 17 Oct 2015 19:09:02 +0200 Subject: [PATCH] Change Icons category to Layout, add entry --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0854798..ce557d5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Documents](#documents) - [Finder](#finder) - [Files and Folders](#files-and-folders) - - [Icons](#icons) + - [Layout](#layout) - [Opening Things](#opening-things) - [Fonts](#fonts) - [Hardware](#hardware) @@ -277,7 +277,7 @@ defaults write com.apple.finder AppleShowAllFiles false chflags nohidden ~/Library ``` -### Icons +### Layout #### Hide All Desktop Icons ```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 ``` +#### Scrollbar Visibility +Possible values: `WhenScrolling`, `Automatic` and `Always`. +```bash +defaults write NSGlobalDomain AppleShowScrollBars -string "Always" +``` + #### Set Sidebar Icon Size Sets size to 'medium'. ```bash