Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 577 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 577 Bytes

HiResStartupItem

Make use of the Retina display in your MacBookPro irrespective of official support by setting the screen resolution to 2048x1280 at login.

Dependencies

  • Homebrew // ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
  • screenresolution // brew install screenresolution

Installation

osascript -e 'tell application "System Events" to make new login item with properties { path: "/PATH_TO_APP/HiResStartupItem.app" } at end'