aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.osx8
1 files 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