From cdbb059f7e22a7614087b2b382224cd653872491 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 20 Sep 2011 21:20:47 +0300 Subject: =?UTF-8?q?Disable=20the=20=E2=80=9CAre=20you=20sure=20you=20want?= =?UTF-8?q?=20to=20open=20this=20application=3F=E2=80=9D=20dialog.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .osx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to '.osx') diff --git a/.osx b/.osx index b460804..fb9e9c5 100755 --- a/.osx +++ b/.osx @@ -5,7 +5,7 @@ defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 defaults write com.apple.dock no-glass -bool true # Make Dock icons of hidden applications translucent -defaults write com.apple.Dock showhidden -bool true +defaults write com.apple.dock showhidden -bool true # Disable menu bar transparency defaults write -g AppleEnableMenuBarTransparency -bool false @@ -16,6 +16,9 @@ defaults write -g NSNavPanelExpandedStateForSaveMode -bool true # Expand print panel by default defaults write -g PMPrintingExpandedStateForPrint -bool true +# Disable the “Are you sure you want to open this application?” dialog +defaults write com.apple.LaunchServices LSQuarantine -bool false + # Disable shadow in screenshots defaults write com.apple.screencapture disable-shadow -bool true @@ -26,10 +29,10 @@ defaults write com.apple.dock mouse-over-hilte-stack -bool true defaults write enable-spring-load-actions-on-all-items -bool true # Show indicator lights for open applications in the Dock -defaults write com.apple.Dock show-process-indicators -bool true +defaults write com.apple.dock show-process-indicators -bool true # Don’t animate opening applications from the Dock -defaults write com.apple.Dock launchanim -bool false +defaults write com.apple.dock launchanim -bool false # Disable press-and-hold for keys in favor of key repeat defaults write -g ApplePressAndHoldEnabled -bool false -- cgit v1.2.3