modules/wezterm: disable wayland and warn about missing glyphs
This commit is contained in:
parent
b0ff050687
commit
8559edc514
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ in
|
||||||
color_scheme = "myCoolTheme",
|
color_scheme = "myCoolTheme",
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
-- https://github.com/wez/wezterm/issues/4483
|
-- https://github.com/wez/wezterm/issues/4483
|
||||||
enable_wayland = true,
|
enable_wayland = false,
|
||||||
|
warn_about_missing_glyphs = false
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue