wezterm: make window title predictable
This commit is contained in:
parent
59379b955f
commit
da93697ecf
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ cfg.window_frame = {
|
|||
}
|
||||
|
||||
-- callbacks
|
||||
wt.on('format-window-title', function() return 'WezTerm' end)
|
||||
require('overrides')
|
||||
|
||||
return cfg
|
||||
|
|
Loading…
Reference in a new issue