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.