From 59f259d7e4153db4448f28378ca2dc855e04354e Mon Sep 17 00:00:00 2001 From: Gregory Anders <8965202+gpanders@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:24:03 -0500 Subject: [PATCH] config: fix typo Disabling vsync reduces input latency, so this should say "minimize" rather than "maximize". --- 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 7889e12a8..ace9c5e4a 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -726,7 +726,7 @@ keybind: Keybinds = .{}, /// /// This defaults to true because out-of-sync rendering on macOS can /// cause kernel panics (macOS 14.4+) and performance issues for external -/// displays over some hardware such as DisplayLink. If you want to maximize +/// displays over some hardware such as DisplayLink. If you want to minimize /// input latency, set this to false with the known aforementioned risks. /// /// Changing this value at runtime will only affect new terminals.