diff options
author | porada <porada@me.com> | 2012-07-29 18:11:42 +0300 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-07-29 21:26:06 +0200 |
commit | 97a331832ffcfe1cb979d87fa97b70727b4d55a3 (patch) | |
tree | d531c58771c06449fc54986ffc910c4442078214 | |
parent | a149de5990108320273af25175bf8f8b99cdffbf (diff) | |
download | dotfiles-97a331832ffcfe1cb979d87fa97b70727b4d55a3.tar.gz dotfiles-97a331832ffcfe1cb979d87fa97b70727b4d55a3.tar.bz2 dotfiles-97a331832ffcfe1cb979d87fa97b70727b4d55a3.zip |
.osx: Enable HiDPI display modes without using Quartz Debug
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -122,6 +122,9 @@ defaults write com.apple.screencapture disable-shadow -bool true # Enable subpixel font rendering on non-Apple LCDs defaults write NSGlobalDomain AppleFontSmoothing -int 2 +# Enable HiDPI display modes (requires restart) +sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool true + ############################################################################### # Finder # ############################################################################### |