Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS: Add "quick-terminal" option to "macos-hidden" config #5784

Open
mitchellh opened this issue Feb 15, 2025 · 0 comments · May be fixed by #5803
Open

macOS: Add "quick-terminal" option to "macos-hidden" config #5784

mitchellh opened this issue Feb 15, 2025 · 0 comments · May be fixed by #5803
Labels

Comments

@mitchellh
Copy link
Contributor

Builds on #4538

Add a quick-terminal enum value to macos-hidden that only hides the macOS app if there are no active terminal windows except the quick terminal. Importantly, I think we should keep the macOS app visible if there is any other active non-terminal window such as an update notification.

This will require some changes to the macOS app, I think we should add a notification from our TerminalManager whenever a terminal window is added/removed that AppDelegate can listen to so that our activation policy is fully managed at the AppDelegate level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant