aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
authorporada <porada@me.com>2012-07-29 18:11:42 +0300
committerMathias Bynens <mathias@qiwi.be>2012-07-29 21:26:06 +0200
commit97a331832ffcfe1cb979d87fa97b70727b4d55a3 (patch)
treed531c58771c06449fc54986ffc910c4442078214 /.osx
parenta149de5990108320273af25175bf8f8b99cdffbf (diff)
downloaddotfiles-97a331832ffcfe1cb979d87fa97b70727b4d55a3.tar.gz
dotfiles-97a331832ffcfe1cb979d87fa97b70727b4d55a3.tar.bz2
dotfiles-97a331832ffcfe1cb979d87fa97b70727b4d55a3.zip
.osx: Enable HiDPI display modes without using Quartz Debug
Diffstat (limited to '.osx')
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index 479e732..b590541 100755
--- a/.osx
+++ b/.osx
@@ -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 #
###############################################################################