mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
config: change window-save-state to default
This commit is contained in:
@ -591,7 +591,7 @@ keybind: Keybinds = .{},
|
|||||||
/// The default value is "default".
|
/// The default value is "default".
|
||||||
///
|
///
|
||||||
/// This is currently only supported on macOS. This has no effect on Linux.
|
/// This is currently only supported on macOS. This has no effect on Linux.
|
||||||
@"window-save-state": WindowSaveState = .always, // TODO: change before PR
|
@"window-save-state": WindowSaveState = .default,
|
||||||
|
|
||||||
/// Resize the window in discrete increments of the focused surface's
|
/// Resize the window in discrete increments of the focused surface's
|
||||||
/// cell size. If this is disabled, surfaces are resized in pixel increments.
|
/// cell size. If this is disabled, surfaces are resized in pixel increments.
|
||||||
|
Reference in New Issue
Block a user