From 3971c460d132aa955d72f21f3868c16fdfe758f3 Mon Sep 17 00:00:00 2001 From: Hugo Gouveia Date: Mon, 30 Dec 2024 23:05:21 -0300 Subject: [PATCH] doc: add background-opacity needs restart --- src/config/Config.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index eb3d28d95..d84f326a6 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, this setting cannot be reloaded and needs a restart @"background-opacity": f64 = 1.0, /// A positive value enables blurring of the background when background-opacity