HACK: wezterm: Disable wayland temporarily

Since wezterm on wayland is an older release (does not track nightlies,
so currently last release is 2024023, a year old) it does not work as
well with wayland as I would hope.

There are two major issues:
- Cursor errors whenever a mouse pointer is above the window (can be
  partly fixed with the xcursor_theme option, though still erroring when
  hovering over links).
- Constant errors that inactive text input is sending updates in river
  logs.

Until those are fixed, or I jump to a nightly version, we keep it
xwayland.
This commit is contained in:
Marty Oehme 2025-02-24 16:59:02 +01:00
parent aca7b60855
commit 9270ec64bd
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

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