Skip to content

Instantly share code, notes, and snippets.

View Jbelly19's full-sized avatar

Josh Belmont Jbelly19

View GitHub Profile
@Jbelly19
Jbelly19 / force_aptx_mac.md
Created August 19, 2020 15:49
How to force MacOS to use AptX Codex with bluetooth headphones

Article on forcing Mac to use AptX Codex

  1. Download the additional tools for xcode

  2. Open the hardware folder and drag the 'Bluetooth Explorer' app into the applications folder

  3. Open the 'Bluetooth Explorer' app and click "Tools > Audio Options" in the menu bar.

  4. Check the “Force use of aptX” and “Enable AAC” boxes. Make sure the “Disable AAC” and “Disable aptX” boxes are unchecked.

@Jbelly19
Jbelly19 / blurry_text_mac_fix.md
Last active August 19, 2020 14:47
How to fix blurry text on Mac when using non retina external displays

Tutorial on fixing mac blurry text for non retina external displays

Turn on font smoothing:

defaults write -g CGFontRenderingFontSmoothingDisabled -bool NO

Turn off font smoothing:

# revert custom font smoothing settings