From 59223d1003b8dda3699704466b1d9fca92e437e4 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 2 Jun 2025 10:02:13 +0200 Subject: [PATCH] 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. --- terminal/.config/wezterm/wezterm.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terminal/.config/wezterm/wezterm.lua b/terminal/.config/wezterm/wezterm.lua index 8fa9cf3..d945718 100644 --- a/terminal/.config/wezterm/wezterm.lua +++ b/terminal/.config/wezterm/wezterm.lua @@ -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,