wezterm: Re-enable wayland mode

While there are errors that pop up when inserting text (_each time_), it
is still much preferable to the unbearable slowdowns that happen after a
while when running it in XWayland mode.
This commit is contained in:
Marty Oehme 2025-02-28 20:07:25 +01:00
parent 710fc41b23
commit e36ed17a97
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -24,7 +24,7 @@ if file_exists(colorsfile) == true then
end
local settings = {
enable_wayland = false, -- sadface :-(
enable_wayland = true, -- sadface :-(
xcursor_theme = "Adwaita",
enable_tab_bar = true,
hide_tab_bar_if_only_one_tab = true,