aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Zhuk <eugene.zhuk@gmail.com>2013-12-03 13:48:29 -0800
committerMathias Bynens <mathias@qiwi.be>2013-12-04 00:30:52 +0100
commite80bb561bc7ee6dc371d0ec9ebda0d71f7ba85ee (patch)
tree1b3f303a6f10f181e027033783903161463fe0ef
parenta32092b194928e4321a92f46b123232bfff5760b (diff)
downloaddotfiles-e80bb561bc7ee6dc371d0ec9ebda0d71f7ba85ee.tar.gz
dotfiles-e80bb561bc7ee6dc371d0ec9ebda0d71f7ba85ee.tar.bz2
dotfiles-e80bb561bc7ee6dc371d0ec9ebda0d71f7ba85ee.zip
.osx: Hide Safari’s sidebar in Top Sites by default
Closes #296.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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