Skip to content
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 icons next to applications #6

Open
systemoperator opened this issue Jun 24, 2021 · 4 comments
Open

Show icons next to applications #6

systemoperator opened this issue Jun 24, 2021 · 4 comments

Comments

@systemoperator
Copy link
Contributor

It would be great, to show the corresponding icon next to the applications in the list.

@dflock
Copy link
Owner

dflock commented Nov 17, 2021

It would be nice. I haven't looked into doing this, but my guess is that it would be a fair amount of work & extra code - and I think it would probably slow down the display of the list quite a lot.

So, unless someone appears with a patch that magically does this without lots of extra complexity & slowness, then I'm going to close this, sorry.

@dflock dflock closed this as completed Nov 17, 2021
@systemoperator
Copy link
Contributor Author

systemoperator commented Nov 18, 2021

@dflock How about this implementation: https://github.com/XCMer/fuzzy-window-switcher

It works like a charm. I could not observe any bottleneck concerning its performance.

It's also implemented with Python.

@dflock
Copy link
Owner

dflock commented Nov 18, 2021

That's definitely a good find, thanks!

However, that's a GTK3 only implementation - that code requires GTK3 (& pygobject) installed to work. It also doesn't take themes etc into account, apparently: XCMer/fuzzy-window-switcher#12

This plugin currently works on any system using the X Window Manager, afaik - and I wouldn't want to reduce that compatibility.

@dflock
Copy link
Owner

dflock commented Nov 18, 2021

Although, thinking about it, we could probably put some code based on that implementation into a try ... catch block and have the current icon as a fallback.

That might not be too bad, maybe I'll try that.

@dflock dflock reopened this Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants