From 9b63da2ea7acb62ba906bb39842d7965412e0e7d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 27 Oct 2023 08:08:17 -0700 Subject: [PATCH] config: slighty copy editing --- src/config/Config.zig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 754884ffc..a5a343e3c 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -390,9 +390,10 @@ keybind: Keybinds = .{}, @"window-height": u32 = 0, @"window-width": u32 = 0, -/// Whether to resize the window in discrete increments of the focused surface's -/// cell size. Currently only supported on macOS. -@"window-step-resize": bool = false, +/// Resize the window in discrete increments of the focused surface's +/// cell size. If this is disabled, surfaces are resized in pixel increments. +/// Currently only supported on macOS. +@"window-step-resize": bool = true, /// Whether to allow programs running in the terminal to read/write to /// the system clipboard (OSC 52, for googling). The default is to