Skip to content

Commit 3710083

Browse files
committed
more tweaks
1 parent 4c80eae commit 3710083

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.macos

+15
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,21 @@ defaults write NSGlobalDomain InitialKeyRepeat -int 15
9595

9696
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
9797

98+
99+
# # # # #
100+
# Screen
101+
# # # # #
102+
103+
# Enable subpixel font rendering on non-Apple LCDs
104+
# Reference: https://github.com/kevinSuttle/macOS-Defaults/issues/17#issuecomment-266633501
105+
defaults write NSGlobalDomain AppleFontSmoothing -int 1
106+
107+
# Enable HiDPI display modes (requires restart)
108+
sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool true
109+
110+
# Save screenshots in PNG format (other options: BMP, GIF, JPG, PDF, TIFF)
111+
defaults write com.apple.screencapture type -string "png"
112+
98113
# Finder > Preferences > Show all filename extensions
99114
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
100115

0 commit comments

Comments
 (0)