|
on mac os the best way i have found so far is to set window width and height to abnormally large size and then window always starts maximized wondering if there is any other recommended way? |
Replies: 9 comments 13 replies
|
Maybe could be done as part of the work on #3362 |
|
From the documentation for those configuration keys:
Hence I think the way you're doing it is the recommended way. |
|
While attempting to start the app in a maximized state, I found that there is no direct configuration option to achieve this. As mentioned in the documentation, I tried setting the window width and height to values larger than the screen size. This approach forces the window to clamp to the screen dimensions, but it only adjusts the size and does not change the actual window state. As a result, the window is not truly maximized and retains its rounded corners, as shown in the image below: I am using KDE as my desktop environment on Manjaro. To resolve this, I attempted to use KDE's Window Rules feature to enforce a maximized state on startup. However, the application resisted this rule and reverted to its default dimensions a moment after it started. A potential improvement would be to add a direct configuration option to start the application in a maximized state. |
|
fullscreen = true |
|
if you have this in your config to save window state/size and set it to full screen, when you quit the ghostty and reopen it will reopen as full screen:
|
|
Maybe an option in the config file might be ideal, similar to In this implementation, the |
This comment was marked as off-topic.
This comment was marked as off-topic.
|
https://ghostty.org/docs/config/reference#maximize there is a config option for maximize |
|
|


https://ghostty.org/docs/config/reference#maximize
there is a config option for maximize