refactor(wezterm): disable Wayland support
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 37s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 37s
Waiting for https://github.com/wez/wezterm/issues/5103 to be resolved
This commit is contained in:
parent
d458f6c8c8
commit
084154b158
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user