diff --git a/dots/.config/wezterm/config/gpu.lua b/dots/.config/wezterm/config/gpu.lua index 7ec396b6..7ad751e2 100644 --- a/dots/.config/wezterm/config/gpu.lua +++ b/dots/.config/wezterm/config/gpu.lua @@ -10,7 +10,6 @@ for _, gpu in ipairs(wezterm.gui.enumerate_gpus()) do log.info("Found Usable Vulkan GPU -- Device Name -> " .. gpu.name .. "; Device Type -> " .. gpu.device_type) config.webgpu_preferred_adapter = gpu config.front_end = "WebGpu" - config.webgpu_power_preference = "HighPerformance" found_valid_gpu = true end end