mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: rename stacked windows? #635
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @messense on GitHub (Jun 5, 2025).
Eligibility
Individual Commercial Use License
Suggestion
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?
@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.
@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 🤔
@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):
Just found that it's configurable currently in
stackbarconfig:It'd be great if it has a better default and better documentation!
@LGUG2Z commented on GitHub (Jun 6, 2025):
Yeah I think updating the default is a good idea for the next release - I'll track that change with this issue