1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00
wezterm/config
Wez Furlong 154ab20d0e wezterm-gui: we now start an implicit unix mux server
When running the GUI, we generate a unix domain socket path for
the current process and start up a mux server for that path.

This allows `wezterm cli list` and `wezterm cli split-pane` to
work implicitly inside the GUI session.

When started in this way, the mux server is not persistent;
when the GUI process is terminated, all of its windows, tabs
and panes are terminated.

refs: https://github.com/wez/wezterm/issues/230
2020-12-29 15:58:39 -08:00
..
src wezterm-gui: we now start an implicit unix mux server 2020-12-29 15:58:39 -08:00
build.rs move config into its own crate 2020-10-03 11:15:57 -07:00
Cargo.toml deps: dirs -> dirs_next 2020-12-10 10:08:49 -08:00