diff --git a/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl b/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl index 0806c254..aadea449 100644 --- a/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl +++ b/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl @@ -167,7 +167,7 @@ defaults write NSGlobalDomain AppleMeasurementUnits -string "Inches" defaults write NSGlobalDomain AppleMetricUnits -bool false {{ end }} -# Show language menu in the top right corner of the boot screen (causes Terminal.app to close) +# Show language menu in the top right corner of the boot screen sudo defaults write /Library/Preferences/com.apple.loginwindow showInputMenu -bool true # Set the timezone; see `sudo systemsetup -listtimezones` for other values @@ -238,7 +238,7 @@ defaults write com.apple.screencapture disable-shadow -bool true # Reference: https://github.com/kevinSuttle/macOS-Defaults/issues/17#issuecomment-266633501 defaults write NSGlobalDomain AppleFontSmoothing -int 1 -# Enable HiDPI display modes (requires restart) (causes Terminal.app to close) +# Enable HiDPI display modes (requires restart) sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool true ############################################################################### @@ -929,7 +929,6 @@ for app in "Activity Monitor" \ "SizeUp" \ "Spectacle" \ "SystemUIServer" \ - "Terminal" \ "Transmission" \ "Tweetbot" \ "Twitter" \