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:
parent
bda740caf7
commit
521382ecb7
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue