wezterm: give webgpu a chance

This commit is contained in:
Daniel Lundin 2023-06-14 09:48:19 +02:00
parent 5c5c22a422
commit 6d12bce85f

View file

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