about domains, tab-bar #1724
Replies: 2 comments 1 reply
-
And to you!
We don't currently expose domain information, or have a well-developed detach concept. window:active_workspace() to show the active workspace and SwitchToWorkspace for switching workspaces.
Take a look at the examples on window:set_config_overrides() that show how to change other config settings in response to pressing keys. You could adapt those to operate on
Because key assignments are scoped to the window and domains are per-pane, there's a bit of a tricky mismatch with this today. If you're using workspaces, you could potentially use the window-config-reloaded event to determine the current workspace and then use window:set_config_overrides() to adjust the key assignments. You might have to manually trigger a config reload (eg: CTRL-SHIFT-R) to notice that change though. |
Beta Was this translation helpful? Give feedback.
-
one more question: I've defined two custom domains with different names and on different sockets-path, but if i launched one domain1 and after that i laucnehd `wezterm connect domain2' it shows me domain1 can multiple domains work together on host machine? |
Beta Was this translation helpful? Give feedback.
-
Good day to you!
(for examplle, custom keybindindings for specified domains)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions