Open Fan-iX opened 1 year ago
Indeed, we need to add the ability to edit window titles in the list of windows in the taskbar or in the window itself.
I implemented renaming the tile manager title using the window menu button. By clicking on this button, the window title changes using the clipboard:
https://github.com/netxs-group/vtm/assets/11535558/e12aa895-15e4-46c9-a4a7-d1f72f2090c0
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.