fix: force wezterm to use vulkan (finally)
This commit is contained in:
parent
11af9dc4fb
commit
14f55b961e
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
||||||
local wezterm = require 'wezterm'
|
local wezterm = require 'wezterm'
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
front_end = "WebGpu",
|
||||||
|
webgpu_preferred_adapter = {
|
||||||
|
backend="Vulkan",
|
||||||
|
device_type="DiscreteGpu",
|
||||||
|
name="NVIDIA GeForce GTX 1070 Ti"
|
||||||
|
},
|
||||||
enable_wayland = false,
|
enable_wayland = false,
|
||||||
font = wezterm.font 'Comic Code Ligatures',
|
font = wezterm.font 'Comic Code Ligatures',
|
||||||
font_size = 12.0,
|
font_size = 12.0,
|
||||||
|
|
Loading…
Reference in a new issue