Skip to content

Changing the title of wezterm windows #5039

Answered by kdien
j-xella asked this question in Q&A
Discussion options

You must be logged in to vote

You could likely get creative here

wezterm.on('format-window-title', function()
  local title = 'wezterm'
  -- some logic here
  return title
end)

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@j-xella
Comment options

Answer selected by j-xella
Comment options

You must be logged in to vote
1 reply
@yaolifeng0629
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants