wrappers/wezterm: apply workaround to all platforms
This commit is contained in:
parent
5086b2cae0
commit
2ec02e037a
1 changed files with 1 additions and 2 deletions
|
@ -8,13 +8,12 @@ local cfg = {
|
||||||
font_size = 10.5,
|
font_size = 10.5,
|
||||||
native_macos_fullscreen_mode = true,
|
native_macos_fullscreen_mode = true,
|
||||||
hide_mouse_cursor_when_typing = false,
|
hide_mouse_cursor_when_typing = false,
|
||||||
|
front_end = "WebGpu",
|
||||||
}
|
}
|
||||||
|
|
||||||
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