Changes
- Allow using taskbar menu item id to group windows, #544 (comment)
The following logic is implemented:
If a menu item configuration with the specified 'id' already exists and it was created at desktop startup, then the launched window instance will inherit the existing configuration. Otherwise, it will be overwritten before starting a new window instance while preserving the existing windows in the group.
Examples (vtm desktop should be running)
printf "vtm.run(id=Terminals)\nvtm.run(id=Terminals)" | vtm
printf "vtm.run(id=Logs)" | vtm
printf "vtm.run(id=Tile cmd='h(Term, Logs)')" | vtm