wezterm: add better comment on why it's broken in wayland
This commit is contained in:
parent
b264921aa5
commit
8d35457110
|
@ -33,7 +33,9 @@
|
||||||
|
|
||||||
return {
|
return {
|
||||||
color_scheme = "Catppuccin Frappe",
|
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 = wezterm.font("FantasqueSansM Nerd Font"),
|
||||||
font_size = 13,
|
font_size = 13,
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
|
|
Loading…
Reference in a new issue