From 390d0fd632da9ebe1bb2890bd7021fb9c63503ad Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 27 Jul 2012 15:58:00 +0200 Subject: =?UTF-8?q?.osx:=20Hide=20Safari=E2=80=99s=20bookmarks=20bar=20by?= =?UTF-8?q?=20default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index e13ea4e..c1218f1 100755 --- a/.osx +++ b/.osx @@ -270,6 +270,9 @@ defaults write com.apple.dock wvous-bl-modifier -int 0 # Safari & WebKit # ############################################################################### +# Hide Safari’s bookmarks bar by default +defaults write com.apple.Safari ShowFavoritesBar -bool false + # Disable Safari’s thumbnail cache for History and Top Sites defaults write com.apple.Safari DebugSnapshotsUpdatePolicy -int 2 -- cgit v1.2.3