wrappers/wezterm: workaround
This commit is contained in:
parent
f4178008e6
commit
38243524d5
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ local cfg = {
|
||||||
if string.find(wezterm.target_triple, "darwin") then
|
if string.find(wezterm.target_triple, "darwin") then
|
||||||
cfg.font_size = 14.0
|
cfg.font_size = 14.0
|
||||||
cfg.window_decorations = 'RESIZE'
|
cfg.window_decorations = 'RESIZE'
|
||||||
|
else
|
||||||
|
cfg.front_end = "WebGpu"
|
||||||
end
|
end
|
||||||
|
|
||||||
return cfg
|
return cfg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue