add support for ghostty in macos - #146
Open
zuxfoucault wants to merge 5 commits into
Open
Conversation
Javernus
reviewed
Apr 23, 2025
|
|
||
| resize_to_true_full_screen() { | ||
| osascript <<-EOF | ||
| tell application "" |
There was a problem hiding this comment.
Hey! I was looking to get Tmux Continuum working on Ghostty when I saw your PR, thank you for sharing this! I noticed this had empty quotes here, should that be so, or should it be "ghostty"? Cheers.
|
@bruno- any chance on merging this? |
Adding the ghostty entry in the docs
|
Hi @bruno-, is there anything that's preventing this PR from being merged? I'd really appreciate support for Ghostty :) |
|
any update on this issue? |
ewhanhan
added a commit
to ewhanhan/tmux-continuum
that referenced
this pull request
Jun 5, 2026
Brings in tmux-plugins#146 (original work by @zuxfoucault): a `ghostty` boot-options strategy and an osx_ghostty_start_tmux.sh launcher. The launcher drives Ghostty through its native CLI (Ghostty >= 1.3.0) instead of the System Events keystroke injection the original PR used: `open -na Ghostty --args -e tmux` runs tmux in the first surface, and `--fullscreen=true` enters native macOS fullscreen for the `ghostty,fullscreen` option. This needs no Accessibility permission, no timing delays, and no Finder geometry hacks. - osx_enable.sh: route `ghostty` / `ghostty,fullscreen` to the ghostty strategy (plus incidental whitespace normalization) - osx_ghostty_start_tmux.sh: new native-CLI launcher - docs/automatic_start.md: document the boot-options; note that the ghostty path needs no Accessibility permission, and refresh the macOS settings path - CHANGELOG.md: note the addition Verified on Ghostty 1.3.2 / macOS 26.5.1: `open -na Ghostty --args -e <cmd>` runs without the "Allow to Execute" prompt, and `--fullscreen=true` validates against the config schema.
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.
No description provided.