mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 21:37:49 +00:00
config: change window-save-state to default
This commit is contained in:
@@ -591,7 +591,7 @@ keybind: Keybinds = .{},
|
||||
/// The default value is "default".
|
||||
///
|
||||
/// 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
|
||||
/// cell size. If this is disabled, surfaces are resized in pixel increments.
|
||||
|
||||
Reference in New Issue
Block a user