Rosenthal/modules/rosenthal/examples/dot-config/wezterm/wezterm.lua
2026-02-14 16:35:15 +08:00

9 lines
216 B
Lua

local wezterm = require 'wezterm'
local config = wezterm.config_builder()
-- Use Xwayland in the LiveCD so that we can change keyboard layout when
-- WezTerm is running.
config.enable_wayland = false
return config