[FEAT]: rename stacked windows? #635

Closed
opened 2026-01-05 14:52:06 +01:00 by adam · 5 comments
Owner

Originally created by @messense on GitHub (Jun 5, 2025).

Eligibility

Individual Commercial Use License

Suggestion

Image

When you have several VSCode Windows stacked together, it's rather hard to recoginze them. Is it possible to rename them?

Alternatives Considered

Don't stack windows from same application together, but why not?

Originally created by @messense on GitHub (Jun 5, 2025). ### Eligibility Individual Commercial Use License ### Suggestion ![Image](https://github.com/user-attachments/assets/e4547059-6817-4bd0-a796-364276002178) When you have several VSCode Windows stacked together, it's rather hard to recoginze them. Is it possible to rename them? ### Alternatives Considered Don't stack windows from same application together, but why not?
adam added the enhancement label 2026-01-05 14:52:06 +01:00
adam closed this issue 2026-01-05 14:52:06 +01:00
Author
Owner

@github-actions[bot] commented on GitHub (Jun 5, 2025):

Feature requests on this repository are only open to current GitHub sponsors on the $5/month tier and above, people with a valid individual commercial use license, and approved contributors.
This issue has been automatically closed until one of those pre-requisites can be validated.

@github-actions[bot] commented on GitHub (Jun 5, 2025): Feature requests on this repository are only open to current [GitHub sponsors](https://github.com/sponsors/LGUG2Z) on the $5/month tier and above, people with a valid [individual commercial use license](https://lgug2z.com/software/komorebi), and approved contributors. This issue has been automatically closed until one of those pre-requisites can be validated.
Author
Owner

@LGUG2Z commented on GitHub (Jun 5, 2025):

https://komorebi.lgug2z.com/schema#stackbar_label

I think in this situation it makes more sense to use the "Title" option rather than the "Process" label

This is what the status bar defaults to, so it might make sense to make the stackbar default to the titles too 🤔

@LGUG2Z commented on GitHub (Jun 5, 2025): https://komorebi.lgug2z.com/schema#stackbar_label I think in this situation it makes more sense to use the "Title" option rather than the "Process" label This is what the status bar defaults to, so it might make sense to make the stackbar default to the titles too 🤔
Author
Owner

@messense commented on GitHub (Jun 6, 2025):

That works for me, thanks!

IMO it's fine to use "Process" when there is only 1 such process in the stack, othewise "Title" is a better default.

@messense commented on GitHub (Jun 6, 2025): That works for me, thanks! IMO it's fine to use "Process" when there is only 1 such process in the stack, othewise "Title" is a better default.
Author
Owner

@messense commented on GitHub (Jun 6, 2025):

Just found that it's configurable currently in stackbar config:

{
  "stackbar": {
    "height": 40,
    "mode": "OnStack",
    "tabs": {
      "width": 300
    },
    "label": "Title"
  }
}

It'd be great if it has a better default and better documentation!

@messense commented on GitHub (Jun 6, 2025): Just found that it's configurable currently in `stackbar` config: ```json { "stackbar": { "height": 40, "mode": "OnStack", "tabs": { "width": 300 }, "label": "Title" } } ``` It'd be great if it has a better default and better documentation!
Author
Owner

@LGUG2Z commented on GitHub (Jun 6, 2025):

It'd be great if it has a better default and better documentation!

Yeah I think updating the default is a good idea for the next release - I'll track that change with this issue

@LGUG2Z commented on GitHub (Jun 6, 2025): > It'd be great if it has a better default and better documentation! Yeah I think updating the default is a good idea for the next release - I'll track that change with this issue
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#635