From 9330b25f1ab04fe61252051826f74bfd9b3d2c54 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 27 Oct 2023 08:18:32 -0700 Subject: [PATCH] config: make step resize opt-in for macos --- 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 a5a343e3c..e9c1d95af 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -393,7 +393,7 @@ keybind: Keybinds = .{}, /// 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, +@"window-step-resize": bool = false, /// Whether to allow programs running in the terminal to read/write to /// the system clipboard (OSC 52, for googling). The default is to