diff --git a/dots/.config/wezterm/wezterm.lua b/dots/.config/wezterm/wezterm.lua index 4be71293..cc75dc98 100644 --- a/dots/.config/wezterm/wezterm.lua +++ b/dots/.config/wezterm/wezterm.lua @@ -29,4 +29,8 @@ local config = wlib.Table.merge(gpu, events, fonts, theme, tabbar, misc, renderi log.debug("Final Wezterm Config: " .. require("lib.inspect").inspect(config, { newline = " ", indent = "" })) +-- HACK: temporarily disable Wayland support and instead fallback to XWayland. Wezterm doesn't properly +-- support Wayland right now 🫤 +-- See: https://github.com/wez/wezterm/issues/5103 +config.enable_wayland = false return config