Replies: 3 comments 2 replies
-
|
👍 I'd love this. Terminal.app can be resized and moved around, which is
In terms of potential configuration options: (Could also be expanded to offer control over other state attributes like working directory, tabs/splits, etc.) #4233 proposes to recall the last location on macOS, but I'm uncertain after reading that if that'd recall location and width/height (edit: it doesn't, which is unfortunate). This discussion advocates for recalling both, which is what I want. As an aside, @feekApp, this discussion was a little tricky to search for. Perhaps renaming to something like "Save width/height state in addition to position on macOS" might be more clear and thus easier to find for upvotes? |
Beta Was this translation helpful? Give feedback.
-
|
I don't use macOS so I cannot comment on the merit of the idea, but in terms of config design, we would go with a set of flags like |
Beta Was this translation helpful? Give feedback.
-
|
Just to add, if you have a terminal size you like/use, you can set the window dimensions using I know that doesn't address the question of how these sizes would be retained/persisted if you edit them, but I've found this to pretty much meet my needs. I'll leave the discussion of the feature implementation & design to the relevant subsystem maintainer(s), but you may want to add "Feature request: " to the title or something similar to flag this as a true feature request |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It seems like the
window-save-state = default(on macOS) does not remember the position and size of a window oncmd-Q.When quitting Ghostty, and restarting, the window is back on the center with the default size. The "default" behavior should be on
cmd-Qthat the position and size is restored. Similar as now when usingwindow-save-state = always. But when usingwindow-save-state = alwaysalso the latestpwdis restored. Similar like f.e. Safari. Restoringpwdis not what I want.So how can I get Ghostty restoring the size and position, but not the
pwd. Usingworking-directory = homedoes not work, because that's is overwritten by thealwaysoption.Maybe an new option
window-save-state = size-and-positionis a solution?== Feek
Beta Was this translation helpful? Give feedback.
All reactions