wezterm: autoconnect to unix domain

This commit is contained in:
Noah Masur 2024-11-17 13:33:46 -07:00
parent ce298b9600
commit 100eedc8cd
No known key found for this signature in database

View File

@ -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',