From fe9544c23f6553fd15ad9db48aadf5dd13966801 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 31 Aug 2023 18:35:43 -0500 Subject: [PATCH] refactor(wezterm): remove webgpu_power_preference --- dots/.config/wezterm/config/gpu.lua | 1 - 1 file changed, 1 deletion(-) 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