fix(wezterm): disable wayland, still broken

This commit is contained in:
Price Hiller 2024-06-17 15:45:04 -05:00
parent dacbcd5a44
commit cc6e553d07
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -26,6 +26,8 @@ if not found then
end
local config = wlib.Table.merge(gpu, events, fonts, theme, tabbar, misc, rendering, keybinds, os_config)
-- Disabled until wezterm figures out wayland 🙁
config.enable_wayland = false
log.debug("Final Wezterm Config: " .. require("lib.inspect").inspect(config, { newline = " ", indent = "" }))