Disable wayland for wezterm due to bug

This commit is contained in:
2026-06-08 12:26:47 +02:00
parent b03cdf34ae
commit 2dc08699fb
2 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ local wezterm = require("wezterm")
local act = wezterm.action
return {
enable_wayland = false,
check_for_updates = true,
term = "xterm-256color",
use_ime = true,