add default startup for wezterm
This commit is contained in:
parent
a2835b2358
commit
da9847ec9d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ return {
|
||||||
tab_bar_at_bottom = true,
|
tab_bar_at_bottom = true,
|
||||||
disable_default_key_bindings = true,
|
disable_default_key_bindings = true,
|
||||||
bold_brightens_ansi_colors = true,
|
bold_brightens_ansi_colors = true,
|
||||||
|
default_gui_startup_args = {"start","--always-new-process"},
|
||||||
keys = keys.keys,
|
keys = keys.keys,
|
||||||
key_tables = keys.key_tables,
|
key_tables = keys.key_tables,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue