Implementation of macOS window-decorations configuration option, and potential for extra customizability #2465
Unanswered
johnseth97
asked this question in
Ideas and Issue Triage
Replies: 1 comment 1 reply
-
Did you read the docs for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related PR (currently closed to move to discussion format per @mitchellh)
Most terminal emulators on MacOS that support the removal of window decorations do such by hiding the navigation controls and title, while making the titlebar transparent.
It's an aesthetic choice, but I believe that it does keep Ghostty's style more in line with the rounded look found on macOS. And it does behave differently than the
macos-titlebar-style = hidden
option, as addressed in this thread.I do understand that some people don't like the extra padding caused by hiding the bar instead of removing it altogether, so another option would be to add multiple options for window-decorations on macOS.
window-decorations = none
:window-decorations = none_rounded
:window-decorations = transparent
:etc.
Additional commentary from @mitchellh in PR:
Beta Was this translation helpful? Give feedback.
All reactions