aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2012-08-13 12:12:26 +0200
committerMathias Bynens <mathias@qiwi.be>2012-08-13 12:12:26 +0200
commit29f6c9f1b1ed5682ae2f0f2cea028e496b459f25 (patch)
tree2bd00a164617ad0f3599384e42225e2a44338f71
parent7c0bd4cd175823e5f09256f67981d0de79e8e2e9 (diff)
downloaddotfiles-29f6c9f1b1ed5682ae2f0f2cea028e496b459f25.tar.gz
dotfiles-29f6c9f1b1ed5682ae2f0f2cea028e496b459f25.tar.bz2
dotfiles-29f6c9f1b1ed5682ae2f0f2cea028e496b459f25.zip
.osx: Set Help Viewer windows to non-floating mode
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
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 :(