wezterm: no webgpu
This commit is contained in:
parent
4dcc64952f
commit
b1a7aec7b7
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue