mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Support for arbitrary workspace names #637
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 @fsmiamoto on GitHub (Jun 8, 2025).
Eligibility
Individual Commercial Use License
Suggestion
Instead of always using digits as identifiers of workspaces, I'd like to be able to give semantic identifiers such as 'Terminal' or even be able to use an Nerd Font Icon.
Currently, I can specify a string value on
komorebi.jsonbutkomorebichas a validation that stops you from using anything but digits:Alternatives Considered
I can continue using digits and remember what each one is for but having a workspace named 'Terminal' for example would be nice.
@github-actions[bot] commented on GitHub (Jun 8, 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 8, 2025):
Check out the "named" komorebic command variants, eg: https://lgug2z.github.io/komorebi/cli/focus-named-workspace.html?h=named
The only caveat is that the user is responsible for ensuring workspace name uniqueness across monitors
@fsmiamoto commented on GitHub (Jun 9, 2025):
Thank you! And sorry for not researching enough 🤦