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: Implement maximize config (works for GTK) #5928

Closed
mitchellh opened this issue Feb 22, 2025 · 0 comments · Fixed by #5962
Closed

macOS: Implement maximize config (works for GTK) #5928

mitchellh opened this issue Feb 22, 2025 · 0 comments · Fixed by #5962
Labels
gui GUI or app issue regardless of platform (i.e. Swift, GTK) os/macos
Milestone

Comments

@mitchellh
Copy link
Contributor

Discussed in #5881

Originally posted by taylrfnt February 19, 2025
Porting over from Discord...

Issue Details

When using the maximize configuration option, the Ghostty window is not drawn to the maximized size (see recording below) as expected.
maximize-repro

Reproduction Steps

  1. Create a minimal Ghostty config of maximize = true
  2. Restart Ghostty (super+q)
  3. Open a new Ghostty window, observe it is not maximized.

Ghostty Configuration

maximize = true

Update Channel

tip

Ghostty Version

Ghostty 1.1.3-main+da32534e

Version
  - version: 1.1.3-main+da32534e
  - channel: tip
Build Config
  - Zig version: 0.13.0
  - build mode : builtin.OptimizeMode.ReleaseFast
  - app runtime: apprt.Runtime.none
  - font engine: font.main.Backend.coretext
  - renderer   : renderer.Metal
  - libxev     : main.Backend.kqueue

[!NOTE]
This might be tangentially related to #5783, but it seemed distinct enough (different configuration options) to warrant its own Discussion item.

@mitchellh mitchellh added gui GUI or app issue regardless of platform (i.e. Swift, GTK) os/macos labels Feb 22, 2025
@github-actions github-actions bot added this to the 1.2.0 milestone Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gui GUI or app issue regardless of platform (i.e. Swift, GTK) os/macos
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant