-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
Renaming window titles #430
Comments
Indeed, we need to add the ability to edit window titles in the list of windows in the taskbar or in the window itself. |
… button (swap with clipboard)
I implemented renaming the tile manager title using the window menu button. By clicking on this button, the window title changes using the clipboard: Terminal.Dev.2023-10-18.21-37-45.mp4 |
Hi! Doesn't work for me. Edit: tried with primary and secondary (aka ‘*’ and ‘+’). Using vtm on wezterm on Linux Mint Cinnamon. that would be most interesting. |
Hi! On Unix-like systems there is no direct access to the system clipboard yet, and you may need to copy text inside vtm first to get the text into vtm's internal clipboard. |
If this approach doesn't work, then maybe I broke something and I'll fix it. |
In the upcoming release, it will be possible to do this using a keyboard shortcut. The keyboard shortcut can be specified in the settings. |
This one works. Just type what I want on the shell and copy it directly. Thanks. Any way to rename "Site" 'apps'? Right now they're not very useful if I do not know what they "contain". 😉 I gather it's not possible to launch, say, btop, htop or mc directly in their own "window", since they do not create the tty..? Launching them (like I'd do with |
Right clicking on 'Site' (click by the frame itself) will set its title using the internal clipboard. |
Oh, I see now that the script engine has been broken for some time now and it is impossible to launch anything through it. I will fix it in upcoming release v0.9.99.56. With vtm v0.9.99.56 you can do the following: Run a CUI application inside the running vtm desktop:
Run the tile app with three terminals attached:
Run mc and htop inside the tile app:
|
Apparently |
This issue affected all cases where the Fixed in v0.9.99.58. |
I can change the title of a terminal window by setting the xterm title using
echo -ne "\e]0;some title\007"
, so that I can distinguish between different terminal windows.Is it possible to rename (preferably edit) other windows like Tile Manager? Now all tiling windows are shown as "Tiling Window Manager" so that I cannot distinguish them clearly before I activate them.
The text was updated successfully, but these errors were encountered: