fix: force wezterm to use vulkan (finally)

This commit is contained in:
notohh 2023-03-07 08:30:40 -05:00
parent 11af9dc4fb
commit 14f55b961e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -5,6 +5,12 @@
local wezterm = require 'wezterm'
return {
front_end = "WebGpu",
webgpu_preferred_adapter = {
backend="Vulkan",
device_type="DiscreteGpu",
name="NVIDIA GeForce GTX 1070 Ti"
},
enable_wayland = false,
font = wezterm.font 'Comic Code Ligatures',
font_size = 12.0,