try WebGpu for wezterm

This commit is contained in:
Tao Tien 2024-07-07 15:29:20 -07:00
parent 564438fd7c
commit 0b4d1189d3
3 changed files with 5 additions and 2 deletions

View file

@ -7,7 +7,6 @@
# hvplot
# ipywidgets
# ipywidgets
# jupyter
# linkify-it-py
# markdown-it-py
# mdit-py-plugins

View file

@ -21,7 +21,7 @@
appimage-run
aspell
aspellDicts.en
# bottles
bottles
boxxy
# calibre
# darktable

View file

@ -5,5 +5,9 @@ local config = {
warn_about_missing_glyphs = false,
check_for_updates = false,
hide_tab_bar_if_only_one_tab = true,
webgpu_power_preference = 'LowPower',
front_end = 'WebGpu',
}
return config