1
0
Fork 0

wezterm: enable transparency

This commit is contained in:
Von Random 2023-07-14 13:58:18 +03:00
parent 5caee681a9
commit 73776b101e

View file

@ -105,6 +105,9 @@ return {
font_size = set_by_os(fontsizes), font_size = set_by_os(fontsizes),
harfbuzz_features = harfbuzz_features, harfbuzz_features = harfbuzz_features,
color_scheme = theme, color_scheme = theme,
window_background_opacity = 0.95,
macos_window_background_blur = 20,
win32_system_backdrop = 'Acrylic',
cursor_blink_rate = 0, cursor_blink_rate = 0,
check_for_updates = false, check_for_updates = false,
bold_brightens_ansi_colors = false, bold_brightens_ansi_colors = false,