From b33a3ef40390e59160b58dc361eb225136921d40 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Sat, 20 Mar 2021 23:54:41 -0400 Subject: [PATCH] Wayland? --- wezterm/wezterm.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wezterm/wezterm.lua b/wezterm/wezterm.lua index 02d6aad..a2a5ad3 100644 --- a/wezterm/wezterm.lua +++ b/wezterm/wezterm.lua @@ -20,6 +20,9 @@ return { font_hinting = "Full", font_shaper = "Harfbuzz", + -- wayland? + enable_wayland = true, + -- TERM name term = "xterm-256color",