-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show client name instead of program name #3
Comments
Will add that, good idea. These names can get quite long and must be shortened in some way. How does Windows handle long names? EDIT: text = string.sub(c.icon_name, 0, 20) .. "..." Would that be better? |
There are a couple of ways it does it: http://winaero.com/blog/wp-content/uploads/2015/07/windows-10-alt-tab-before.png |
Ah thank you. I like the windows aero switcher the most. Let me put that in to code in a few days:
|
I'd say that it should be configurable. For example, I would prefer the way of Windows 10 (the first screenshot) - I can find the needed window right away by just looking, without having to switch to it first. |
I've also noticed that if you have two windows with the same name, both are highlighted as selected. |
It's hard to switch between clients that are all of the same app, because rather than the client names being shown (which is what you see in the taskbar) the program name is shown. So in a tag full of gedit windows it's very hard to know which client is the one you wanted.
This is how Windows does it, and IIRC other Linux DEs.
PS: Love this project, many thanks.
The text was updated successfully, but these errors were encountered: