From 6e190acf315fa6026c29d19ed78265ee55d19c09 Mon Sep 17 00:00:00 2001 From: -k Date: Mon, 16 Jun 2025 01:20:02 -0400 Subject: [PATCH] fix(config): fix `quick-terminal-autohide` comment --- 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 e45546e7b..85b401e0d 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1823,7 +1823,7 @@ keybind: Keybinds = .{}, /// Automatically hide the quick terminal when focus shifts to another window. /// Set it to false for the quick terminal to remain open even when it loses focus. /// -/// Defaults to true on macOS and on false on Linux. This is because global +/// Defaults to true on macOS and on false on Linux/BSD. This is because global /// shortcuts on Linux require system configuration and are considerably less /// accessible than on macOS, meaning that it is more preferable to keep the /// quick terminal open until the user has completed their task.