refactor(wezterm): remove hack for wayland, fixed upstream

This commit is contained in:
Price Hiller 2024-05-04 13:40:08 -05:00
parent dc54831fdf
commit 5a1ca7d3b3
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -29,8 +29,4 @@ 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