wrappers/wezterm: workaround

This commit is contained in:
Nikodem Rabuliński 2024-09-02 13:29:11 +02:00 committed by Nikodem Rabuliński
parent f4178008e6
commit 38243524d5

View file

@ -13,6 +13,8 @@ local cfg = {
if string.find(wezterm.target_triple, "darwin") then
cfg.font_size = 14.0
cfg.window_decorations = 'RESIZE'
else
cfg.front_end = "WebGpu"
end
return cfg