diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-08-13 08:16:53 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-08-13 08:16:53 +0200 |
commit | b912e0bb9c51467c03c7b975c10ef5244a83c420 (patch) | |
tree | 9afd4173fab3f3e813281eb701a6bcc42c6ab0c3 | |
parent | 6f89f05ee16a729ec183b2831faf610daeb9a179 (diff) | |
download | dotfiles-b912e0bb9c51467c03c7b975c10ef5244a83c420.tar.gz dotfiles-b912e0bb9c51467c03c7b975c10ef5244a83c420.tar.bz2 dotfiles-b912e0bb9c51467c03c7b975c10ef5244a83c420.zip |
.osx: Set Safari’s home page to `about:blank`
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -316,6 +316,9 @@ defaults write com.apple.dock wvous-bl-modifier -int 0 # Safari & WebKit # ############################################################################### +# Set Safari’s home page to `about:blank` for faster loading +defaults write com.apple.Safari HomePage -string "about:blank" + # 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 |