From 2dc08699fb836be6a5ebeeb9d41b91ac41754637 Mon Sep 17 00:00:00 2001 From: wholteza Date: Mon, 8 Jun 2026 12:26:47 +0200 Subject: [PATCH] Disable wayland for wezterm due to bug --- .bashrc | 2 ++ .wezterm.lua | 1 + 2 files changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 8b5f7ed..ba73e30 100644 --- a/.bashrc +++ b/.bashrc @@ -219,3 +219,5 @@ eval "$(fnm env --use-on-cd --version-file-strategy=recursive)" alias qwerty='swaymsg input "*" xkb_layout "se"' alias colemak='swaymsg input "*" xkb_layout "colemak-se"' +export XDG_CURRENT_DESKTOP=sway +alias wezterm='WAYLAND_DISPLAY= wezterm' diff --git a/.wezterm.lua b/.wezterm.lua index 94009b1..e853a02 100644 --- a/.wezterm.lua +++ b/.wezterm.lua @@ -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,