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 # hvplot
# ipywidgets # ipywidgets
# ipywidgets # ipywidgets
# jupyter
# linkify-it-py # linkify-it-py
# markdown-it-py # markdown-it-py
# mdit-py-plugins # mdit-py-plugins

View file

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

View file

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