Compare commits

..

2 Commits

2 changed files with 3 additions and 0 deletions

View File

@@ -219,3 +219,5 @@ eval "$(fnm env --use-on-cd --version-file-strategy=recursive)"
alias qwerty='swaymsg input "*" xkb_layout "se"' alias qwerty='swaymsg input "*" xkb_layout "se"'
alias colemak='swaymsg input "*" xkb_layout "colemak-se"' alias colemak='swaymsg input "*" xkb_layout "colemak-se"'
export XDG_CURRENT_DESKTOP=sway
alias wezterm='WAYLAND_DISPLAY= wezterm'

View File

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