try WebGpu for wezterm
This commit is contained in:
parent
564438fd7c
commit
0b4d1189d3
3 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
appimage-run
|
appimage-run
|
||||||
aspell
|
aspell
|
||||||
aspellDicts.en
|
aspellDicts.en
|
||||||
# bottles
|
bottles
|
||||||
boxxy
|
boxxy
|
||||||
# calibre
|
# calibre
|
||||||
# darktable
|
# darktable
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue