wezterm: add better comment on why it's broken in wayland

This commit is contained in:
Alexandre Cavalheiro 2024-07-09 06:35:23 -03:00
parent b264921aa5
commit 8d35457110
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -33,7 +33,9 @@
return {
color_scheme = "Catppuccin Frappe",
enable_wayland = false, -- Unfortunately broken on Hyprland, AGAIN
-- Unfortunately broken on Hyprland, AGAIN
-- see https://github.com/wez/wezterm/issues/5604
enable_wayland = false,
font = wezterm.font("FantasqueSansM Nerd Font"),
font_size = 13,
hide_tab_bar_if_only_one_tab = true,