config: change window-save-state to default

This commit is contained in:
Mitchell Hashimoto
2023-12-23 18:52:40 -08:00
parent c3b89fa215
commit f615a308e0

View File

@ -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.