wezterm: no webgpu

This commit is contained in:
Daniel Lundin 2023-06-02 12:43:10 +02:00
parent 4dcc64952f
commit b1a7aec7b7

View file

@ -39,8 +39,8 @@ return {
font = font_with_fallback("Iosevka Term SS09", { weight = "DemiBold" }), font = font_with_fallback("Iosevka Term SS09", { weight = "DemiBold" }),
}, },
}, },
front_end = "WebGpu", -- front_end = "WebGpu",
webgpu_power_preference = "HighPerformance", -- webgpu_power_preference = "HighPerformance",
warn_about_missing_glyphs = false, warn_about_missing_glyphs = false,
bold_brightens_ansi_colors = false, bold_brightens_ansi_colors = false,
allow_square_glyphs_to_overflow_width = "Always", allow_square_glyphs_to_overflow_width = "Always",