macOS Defaults #854
SWSovereign
started this conversation in
Ideas
Replies: 2 comments
-
I dont use macOS at all so if there's some better way of setting that I'm open to pull requests. Someone else suggested that fix so I can't say for certain what it exactly does. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It turns off font smoothing for only NotepadNext instead of turning it off
(or otherwise changing the AppleFontSmoothing setting) globally.
…On Aug 25, 2025 at 2:42:56 PM, dail8859 ***@***.***> wrote:
I dont use macOS at all so if there's some better way of setting that I'm
open to pull requests. Someone else suggested that fix so I can't say for
certain what it exactly does.
—
Reply to this email directly, view it on GitHub
<#854 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APP5JXE2RPBTDGHIKSV5LDD3PNRMBAVCNFSM6AAAAACEYUQDLGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRRGQYDENQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In README.md, suggest using "defaults write io.github.dail8859.NotepadNext AppleFontSmoothing -int 0" as a tweak instead of "defaults -currentHost write -g AppleFontSmoothing -int 0" to limit the change to font smoothing to only NotepadNext, or at least mention it as an option if the user wants to continue using font smoothing in other applications.
Beta Was this translation helpful? Give feedback.
All reactions