GTK: Remember last window size #10209
-
|
Many GNOME core/circle apps already have this feature enabled by default. For example:
Most of them save three values in the dconf: width/height (when not maximized) and is-maximized. Maximizing a window does not modify its saved width/height. When it is restored from the maximized state, the saved width and height will be used. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
like noted the plan is to wait until GTK 4.22 is available to use a new sessions API. typically ghostty follows the version in nixpkgs to start adding version specific features (as most of the developers use nix in some form) |
Beta Was this translation helpful? Give feedback.
#9451
like noted the plan is to wait until GTK 4.22 is available to use a new sessions API.
typically ghostty follows the version in nixpkgs to start adding version specific features (as most of the developers use nix in some form)