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:
parent
4d8f554197
commit
59223d1003
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ if file_exists(colorsfile) == true then
|
|||
end
|
||||
|
||||
local settings = {
|
||||
unix_domains = {
|
||||
{ name = "unix" },
|
||||
},
|
||||
enable_wayland = true, -- sadface :-(
|
||||
xcursor_theme = "Adwaita",
|
||||
enable_tab_bar = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue