From f15069228b795511a746da96af1ad449045a9c8c Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 20 Sep 2011 21:29:53 +0300 Subject: Use `NSGlobalDomain` instead of `-g`. --- .osx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.osx b/.osx index 5e862d6..c701721 100755 --- a/.osx +++ b/.osx @@ -8,16 +8,16 @@ defaults write com.apple.dock no-glass -bool true defaults write com.apple.dock showhidden -bool true # Disable menu bar transparency -defaults write -g AppleEnableMenuBarTransparency -bool false +defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false # Always show scrollbars defaults write NSGlobalDomain AppleShowScrollBars -string "Always" # Expand save panel by default -defaults write -g NSNavPanelExpandedStateForSaveMode -bool true +defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true # Expand print panel by default -defaults write -g PMPrintingExpandedStateForPrint -bool true +defaults write NSGlobalDomain PMPrintingExpandedStateForPrint -bool true # Disable the “Are you sure you want to open this application?” dialog defaults write com.apple.LaunchServices LSQuarantine -bool false @@ -38,7 +38,7 @@ defaults write com.apple.dock show-process-indicators -bool true 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 +defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false # Disable auto-correct defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false -- cgit v1.2.3