Hacker News new | ask | show | jobs
by lynndotpy 255 days ago
I run these commands when I boot my M1 Pro Macbook. It greatly improved general usability:

#!/bin/bash launchctl setenv CHROME_HEADLESS 1 defaults write -g NSAutoFillHeuristicControllerEnabled -bool false

This removes drop shadows on Chromium / Electron, and removes an autofill overlay that people reported heavy battery use on. I took this from somewhere on the internet.