wezterm: update gpu

This commit is contained in:
notohh 2024-05-02 01:04:50 -04:00
parent 5153cd5c0f
commit 9af17e87ff
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -3,6 +3,12 @@ local wezterm = require("wezterm")
local config = {
front_end = "WebGpu",
webgpu_preferred_adapter = {
backend = "Vulkan",
device_type = "DiscreteGpu",
name = "AMD Radeon RX 6750 XT (RADV NAVI22)",
},
color_scheme = "Tokyo Night",
enable_wayland = false,
font = wezterm.font("JetBrainsMono NF Medium"),