Disable wayland for wezterm due to bug
This commit is contained in:
2
.bashrc
2
.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'
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user