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
|
||||
# ipywidgets
|
||||
# ipywidgets
|
||||
# jupyter
|
||||
# linkify-it-py
|
||||
# markdown-it-py
|
||||
# mdit-py-plugins
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
appimage-run
|
||||
aspell
|
||||
aspellDicts.en
|
||||
# bottles
|
||||
bottles
|
||||
boxxy
|
||||
# calibre
|
||||
# darktable
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue