diff --git a/wezterm.lua b/wezterm.lua index 540ad07..c5ed914 100644 --- a/wezterm.lua +++ b/wezterm.lua @@ -11,5 +11,8 @@ config.color_scheme = 'AdventureTime' config.font = wezterm.font 'mononoki' + +config.front_end = "WebGpu" + -- and finally, return the configuration to wezterm return config