Skip to content

Instantly share code, notes, and snippets.

View koush's full-sized avatar

Koushik Dutta koush

View GitHub Profile
@alexdilley
alexdilley / scaled-res-xdr.md
Created September 9, 2020 17:59
Enable custom scaled resolutions on Pro Display XDR

(Instructions are based on a Mac OS Catalina install.)

Detect your display:

ioreg -lw0 | grep IODisplayPrefsKey

Will return an AppleDisplay entry with a likely DisplayVendorID of 610 and DisplayProductID of ae22.

@anaisbetts
anaisbetts / .npmrc
Last active January 15, 2017 07:37
Copy this to root of project, then blow away node_modules and npm install
runtime = electron
target = 1.4.12 // REPLACE ME WITH VERSION
target_arch = x64 // REPLACE ME WITH WHATEVER process.arch IS
disturl = https://atom.io/download/atom-shell
tag-version-prefix = ""
build_from_source = true