fix(terminal): disable wayland in wezterm

This is causing issues with losing the cursor, you then need to move the
cursor over another window to get it back.

On Gnome it is also not picked up but the window manager. You cannot
then using tools like wmctrl to reposition and resize it.
This commit is contained in:
Ade Attwood 2024-05-03 07:52:49 +01:00
parent bda740caf7
commit 521382ecb7

View file

@ -32,6 +32,8 @@ return {
warn_about_missing_glyphs = false,
enable_wayland = false,
keys = {
-- Bind <CTRL-Backspace> to <CTRL-w> to `werase` in bash. This is to keep
-- the terminal binding the same to delete a word. The default <CTRL-w> has