From e36ed17a97536cfa1bd4bed7db3ce5a663f5ecf0 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 28 Feb 2025 20:07:25 +0100 Subject: [PATCH] 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. --- terminal/.config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal/.config/wezterm/wezterm.lua b/terminal/.config/wezterm/wezterm.lua index 5c0dd7a..2681191 100644 --- a/terminal/.config/wezterm/wezterm.lua +++ b/terminal/.config/wezterm/wezterm.lua @@ -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,