aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Parnham <joshparnam@gmail.com>2012-08-16 20:15:34 +1000
committerMathias Bynens <mathias@qiwi.be>2012-08-16 12:29:19 +0200
commit966756f5f1979736d8a64b5534218fc8353cd664 (patch)
treef0791dfba51fed37703177aec278dbe017e5ea28
parent67cb085bf4def34a1727e2a3d807f9198eab327a (diff)
downloaddotfiles-966756f5f1979736d8a64b5534218fc8353cd664.tar.gz
dotfiles-966756f5f1979736d8a64b5534218fc8353cd664.tar.bz2
dotfiles-966756f5f1979736d8a64b5534218fc8353cd664.zip
.osx: Prevent Safari from opening ‘safe’ files automatically after downloading
Ref. #123.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index d516256..0c605e2 100755
--- a/.osx
+++ b/.osx
@@ -337,6 +337,9 @@ defaults write com.apple.dock wvous-bl-modifier -int 0
# Set Safari’s home page to `about:blank` for faster loading
defaults write com.apple.Safari HomePage -string "about:blank"
+# Prevent Safari from opening ‘safe’ files automatically after downloading
+defaults write com.apple.Safari AutoOpenSafeDownloads -bool false
+
# Allow hitting the Backspace key to go to the previous page in history
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool true