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,