fix: Use Menlo as default mono font on macOS#1028
Merged
mattrose merged 3 commits intognome-terminator:masterfrom Jan 7, 2026
Merged
fix: Use Menlo as default mono font on macOS#1028mattrose merged 3 commits intognome-terminator:masterfrom
mattrose merged 3 commits intognome-terminator:masterfrom
Conversation
Member
|
Wow, I thought I was the only person crazy enough to use Terminator on a Mac. I'll pull this in this evening. |
Contributor
Author
|
yeah, i use on my linux machine but i use osx daily so i miss terminator there...I have plans to try to polish it.... |
Member
|
That's fantastic. I keep meaning to polish it up a little bit, but with a few additional macOS tweaks I've got it in the "works for me" state, and I didn't think it was in heavy usage, so I didn't really prioritize it. Any other macos fixes are definitely welcome! |
Member
|
Sorry I didn't merge this earlier. I checked it out and meant to merge, but I guess I forgot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes an issue where the default monospaced font renders poorly on macOS.
The previous logic relied on GNOME GSettings, which isn't available on macOS, causing it to use a messy fallback font. This change adds a check to detect if the OS is macOS (
Darwin) and sets a better, platform-specific default font ("Menlo").See the comparison below.
Before:
After: