mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Using window title for stackbar tab #377
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 @CtByte on GitHub (May 16, 2024).
Is your feature request related to a problem? Please describe.
I sometimes can have the same program stacked multiple times with different titles. It would be nice to have the option to use the window title to differentiate the windows on the stackbar.
Describe the solution you'd like
The
komorebi.jsonsetting for the stackbar can have optional properties to set which value to use from the window as thetitleor as atooltipof the tab on mouse hover.komorebic stateAdditional context
It can prove to be complicated if the window title is being used in the setting, as that can change often. It could perhaps be easier and less demanding to load the title of the window only when hovering over the tabs (and only have the
tooltipoption in the settings).@CtByte commented on GitHub (May 16, 2024):
moving discussion to #826