From e80bb561bc7ee6dc371d0ec9ebda0d71f7ba85ee Mon Sep 17 00:00:00 2001 From: Eugene Zhuk Date: Tue, 3 Dec 2013 13:48:29 -0800 Subject: =?UTF-8?q?.osx:=20Hide=20Safari=E2=80=99s=20sidebar=20in=20Top=20?= =?UTF-8?q?Sites=20by=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #296. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index cf4ea6d..6f08e78 100755 --- a/.osx +++ b/.osx @@ -425,6 +425,9 @@ defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebK # Hide Safari’s bookmarks bar by default defaults write com.apple.Safari ShowFavoritesBar -bool false +# Hide Safari’s sidebar in Top Sites +defaults write com.apple.Safari ShowSidebarInTopSites -bool false + # Disable Safari’s thumbnail cache for History and Top Sites defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2 -- cgit v1.2.3