1
0
Fork 0

wezterm: make window title predictable

This commit is contained in:
Von Random 2024-02-14 15:56:25 +02:00
parent 59379b955f
commit da93697ecf

View file

@ -65,6 +65,7 @@ cfg.window_frame = {
}
-- callbacks
wt.on('format-window-title', function() return 'WezTerm' end)
require('overrides')
return cfg