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;
AppleShowAllFiles = true;
AppleShowAllExtensions = true;
AppleFontSmoothing = 0;
AppleShowScrollBars = "WhenScrolling";
NSAutomaticCapitalizationEnabled = false;
NSAutomaticDashSubstitutionEnabled = false;