WIP WezTerm fixes
All checks were successful
/ check (push) Successful in 4m51s

This commit is contained in:
Daniel Flanagan 2024-11-20 10:10:05 -06:00
parent c53d4b832b
commit 78daebdbb3
2 changed files with 6 additions and 4 deletions

View file

@ -916,11 +916,11 @@
},
"locked": {
"dir": "nix",
"lastModified": 1730734444,
"narHash": "sha256-lNgCAphrq3/bYGjgDxEl2rVcer6GnmfWXDhxc+kdYOk=",
"lastModified": 1732036472,
"narHash": "sha256-8lv1bc7Lw5S7UFOduShwSHfBzB4Vl0ex22Cb+q/qLi0=",
"owner": "wez",
"repo": "wezterm",
"rev": "51c794ac500a2033b9dc570c71810518bfa667a9",
"rev": "4050072da21cc3106d0985281d75978c07e22abc",
"type": "github"
},
"original": {

View file

@ -22,7 +22,9 @@ config.window_background_opacity = 1.0
config.enable_kitty_keyboard = true
config.show_new_tab_button_in_tab_bar = true
-- config.front_end = "WebGpu"
config.front_end = "WebGpu"
config.webgpu_power_preference = 'HighPerformance'
config.enable_wayland = true
local function tab_title(tab_info)
local title = tab_info.tab_title