Discussed in #3642
Implement a new configuration flag to allow Ghostty to start in a maximized window state on Linux systems using GTK.
Configuration Option:
Name: gtk-maximize
Type: boolean
When set to true, Ghostty will launch with a maximized window on startup. This option will be evaluated before the existing fullscreen setting. If both gtk-maximize and fullscreen are enabled, fullscreen will take precedence.
Discussed in #3642
Implement a new configuration flag to allow Ghostty to start in a maximized window state on Linux systems using GTK.
Configuration Option:
Name:
gtk-maximizeType:
booleanWhen set to true, Ghostty will launch with a maximized window on startup. This option will be evaluated before the existing
fullscreensetting. If bothgtk-maximizeandfullscreenare enabled,fullscreenwill take precedence.