From 29f6c9f1b1ed5682ae2f0f2cea028e496b459f25 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 13 Aug 2012 12:12:26 +0200 Subject: .osx: Set Help Viewer windows to non-floating mode --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 5e6ad67..2cae558 100755 --- a/.osx +++ b/.osx @@ -66,6 +66,9 @@ defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true # Disable the crash reporter #defaults write com.apple.CrashReporter DialogType -string 'none' +# Set Help Viewer windows to non-floating mode +defaults write com.apple.helpviewer DevMode -bool true + # Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo) # Commented out, as this is known to cause problems when saving files in # Adobe Illustrator CS5 :( -- cgit v1.2.3