From 100eedc8cd937444403f6704a11e568917421e21 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Sun, 17 Nov 2024 13:33:46 -0700 Subject: [PATCH] wezterm: autoconnect to unix domain --- modules/common/applications/wezterm.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/common/applications/wezterm.nix b/modules/common/applications/wezterm.nix index 11abb95..e159c57 100644 --- a/modules/common/applications/wezterm.nix +++ b/modules/common/applications/wezterm.nix @@ -152,6 +152,12 @@ }, } + -- This causes `wezterm` to act as though it was started as + -- `wezterm connect unix` by default, connecting to the unix + -- domain on startup. + -- If you prefer to connect manually, leave out this line. + config.default_gui_startup_args = { 'connect', 'unix' } + config.leader = { key = 'a', mods = 'CTRL',