mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-02-20 19:14:20 +00:00
9 lines
216 B
Lua
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
|