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:
parent
aca7b60855
commit
9270ec64bd
1 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,8 @@ if file_exists(colorsfile) == true then
|
||||||
end
|
end
|
||||||
|
|
||||||
local settings = {
|
local settings = {
|
||||||
enable_wayland = true,
|
enable_wayland = false, -- sadface :-(
|
||||||
|
xcursor_theme = "Adwaita",
|
||||||
enable_tab_bar = true,
|
enable_tab_bar = true,
|
||||||
hide_tab_bar_if_only_one_tab = true,
|
hide_tab_bar_if_only_one_tab = true,
|
||||||
use_fancy_tab_bar = false,
|
use_fancy_tab_bar = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue