From f615a308e0847074d5cc495141ef7398dc57afc4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 23 Dec 2023 18:52:40 -0800 Subject: [PATCH] config: change window-save-state to default --- src/config/Config.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index c7ca27744..9982cacef 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -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.