From 73776b101e019b727ebb479c390bd8c61bb92c46 Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 14 Jul 2023 13:58:18 +0300 Subject: [PATCH] wezterm: enable transparency --- gui/.wezterm.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gui/.wezterm.lua b/gui/.wezterm.lua index 03825dc..16df1cd 100644 --- a/gui/.wezterm.lua +++ b/gui/.wezterm.lua @@ -105,6 +105,9 @@ return { font_size = set_by_os(fontsizes), harfbuzz_features = harfbuzz_features, color_scheme = theme, + window_background_opacity = 0.95, + macos_window_background_blur = 20, + win32_system_backdrop = 'Acrylic', cursor_blink_rate = 0, check_for_updates = false, bold_brightens_ansi_colors = false,