From 76c3e4370c4d6f26ae48ced56f8da7d9b9c1585b Mon Sep 17 00:00:00 2001 From: McNight Date: Sun, 16 Feb 2025 21:58:47 +0100 Subject: [PATCH] [macOS] feat: add documentation for new `quick-terminal` case --- src/config/Config.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index d49883c1a..0663ffdf4 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -1989,6 +1989,7 @@ keybind: Keybinds = .{}, /// /// * `never` - The macOS app is never hidden. /// * `always` - The macOS app is always hidden. +/// * `quick-terminal` - The macOS app is hidden only if no windows are shown. /// /// Note: When the macOS application is hidden, keyboard layout changes /// will no longer be automatic. This is a limitation of macOS.