-
-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Description
When "Window" switcher mode is enabled, displaying the application name under each icon is not very useful.
Current Behavior
In "Window" mode:
- Each window is shown as a separate entry.
- The app name is displayed under every icon.
This leads to two issues:
-
Duplicate names
If multiple windows belong to the same application that does not manage distinct window titles, they all display the exact same app name.
Example: multiple instances ofAltTabSwitcher\Settings.exeall display "AASSet...", which makes them indistinguishable. -
Truncated and unhelpful labels
In cases where the application does provide window titles (such as File Explorer), the displayed label often corresponds to a full file or folder path.
These paths are truncated and only show the first few characters, making them difficult to read and not very helpful for identifying the correct window.
Suggested Improvement
Instead of displaying app names under each icon in "Window" mode, a better approach would be:
- Keep the icon grid clean (icons only).
- Display the full window title (or path) of the currently selected window
- Show it in a wide text area below the icon grid, similar to the legacy Windows 11 Alt+Tab switcher.
This would provide:
- A clean and uncluttered grid
- No duplicate labels
- A readable, non-truncated window title
- Clear identification of the selected window