feat(teidesu): disable macos font smoothing

This commit is contained in:
alina 🌸 2024-05-16 18:44:03 +03:00
parent 00206ad237
commit 29211b7ddf
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -8,6 +8,7 @@
ApplePressAndHoldEnabled = false; ApplePressAndHoldEnabled = false;
AppleShowAllFiles = true; AppleShowAllFiles = true;
AppleShowAllExtensions = true; AppleShowAllExtensions = true;
AppleFontSmoothing = 0;
AppleShowScrollBars = "WhenScrolling"; AppleShowScrollBars = "WhenScrolling";
NSAutomaticCapitalizationEnabled = false; NSAutomaticCapitalizationEnabled = false;
NSAutomaticDashSubstitutionEnabled = false; NSAutomaticDashSubstitutionEnabled = false;