From 78daebdbb30c0a35a4b1daae41463a47c822ac3b Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 20 Nov 2024 10:10:05 -0600 Subject: [PATCH] WIP WezTerm fixes --- flake.lock | 6 +++--- modules/home-manager/wezterm/config.lua | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 845f8f9..5796091 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/modules/home-manager/wezterm/config.lua b/modules/home-manager/wezterm/config.lua index ba00a7e..721d1d7 100644 --- a/modules/home-manager/wezterm/config.lua +++ b/modules/home-manager/wezterm/config.lua @@ -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