workaround for wezterm rendering

This commit is contained in:
Daylin Morgan 2024-08-20 14:59:23 -05:00
parent ae06884e90
commit 041391864a
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -12,6 +12,12 @@ config.window_padding = {
bottom = padding,
}
-- https://github.com/NixOS/nixpkgs/issues/336069
-- https://github.com/wez/wezterm/issues/5990
-- why though front_end ?
-- OpenGL on nix?
config.front_end = "WebGpu"
config.color_scheme = "Catppuccin Mocha"
config.use_fancy_tab_bar = false
config.hide_tab_bar_if_only_one_tab = true