From bed37ac8446af17a2ef7baeb8e22fba1ab1d8bdd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 2 Jan 2025 14:06:18 -0800 Subject: [PATCH] update wording --- src/config/Config.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 546374096..14d6efc6f 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -560,6 +560,7 @@ palette: Palette = .{}, /// On macOS, background opacity is disabled when the terminal enters native /// fullscreen. This is because the background becomes gray and it can cause /// widgets to show through which isn't generally desirable. +/// /// On macOS, changing this configuration requires restarting Ghostty completely. @"background-opacity": f64 = 1.0,