modules/wezterm: disable wayland and warn about missing glyphs

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-19 15:12:06 +03:00
parent b0ff050687
commit 8559edc514
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -61,7 +61,8 @@ in
color_scheme = "myCoolTheme",
hide_tab_bar_if_only_one_tab = true,
-- https://github.com/wez/wezterm/issues/4483
enable_wayland = true,
enable_wayland = false,
warn_about_missing_glyphs = false
}
'';
};