wezterm: reset window opacity

This commit is contained in:
notohh 2025-02-07 23:17:37 -05:00
parent ff9007e984
commit 75674537c2
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -13,7 +13,7 @@ local config = {
enable_wayland = false,
font = wezterm.font_with_fallback({ "JetBrainsMono NF Medium", "Comic Code Ligatures Medium" }),
font_size = 12.0,
window_background_opacity = 0.6,
window_background_opacity = 1.0,
text_background_opacity = 1.0,
enable_tab_bar = false,
max_fps = 144,