From 3a26812e6ab9732ca641ea063ee425b40962d8fc Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 19 Oct 2023 20:08:37 -0700 Subject: [PATCH] config: update doc comment --- src/config/Config.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config/Config.zig b/src/config/Config.zig index 92709ede5..b59161289 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -431,7 +431,8 @@ keybind: Keybinds = .{}, @"confirm-close-surface": bool = true, /// Whether or not to quit after the last window is closed. This defaults -/// to false. Currently only supported on macOS. +/// to false. Currently only supported on macOS. On Linux, the process always +/// exits after the last window is closed. @"quit-after-last-window-closed": bool = false, /// Whether to enable shell integration auto-injection or not. Shell