Update .local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_after_10_configure-macos.tmpl

This commit is contained in:
Brian Zalewski 2022-12-02 05:15:38 +00:00
parent 2d13df5d32
commit 1f3b253716

View file

@ -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
# Show language menu in the top right corner of the boot screen (causes Terminal.app to close)
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)
# Enable HiDPI display modes (requires restart) (causes Terminal.app to close)
sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool true
###############################################################################