We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Almost all application changes the window title. It would be great to have at least as optional option.
The text was updated successfully, but these errors were encountered:
Supported dynamic title on b657773
Sorry, something went wrong.
Static title doesn't work. If title doesn't change dynamically,
tym ignores config.title or --c:title, so static title doesn't work.
tym
config.title
--c:title
Also, it throw an error:
(tym:10822): Gtk-CRITICAL **: 22:11:15.945: gtk_window_set_title: assertion 'GTK_IS_WINDOW (window)' failed
Sorry, it was kind of a regression caused at 5c1326a#diff-b59ec5175504cda13037ab35f10ac566L84. Fixed in 49fdbd1#diff-b59ec5175504cda13037ab35f10ac566L86
Loading config (context_load()) should not be started before gtk_container_add() because window object is got from VTE object as a parent object.
context_load()
gtk_container_add()
No branches or pull requests
Almost all application changes the window title. It would be great to have at least as optional option.
The text was updated successfully, but these errors were encountered: