wezterm: By default connect mux to domain called unix

If we start wezterm muxing we now always connect to the same default
domain. This is a tiny step toward true multiplexing with wezterm.
This commit is contained in:
Marty Oehme 2025-06-02 10:02:13 +02:00
parent 4d8f554197
commit 59223d1003
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -24,6 +24,9 @@ if file_exists(colorsfile) == true then
end end
local settings = { local settings = {
unix_domains = {
{ name = "unix" },
},
enable_wayland = true, -- sadface :-( enable_wayland = true, -- sadface :-(
xcursor_theme = "Adwaita", xcursor_theme = "Adwaita",
enable_tab_bar = true, enable_tab_bar = true,