-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implement frecency (frequency + recency) #33
Comments
This would require loading all menu items in python first, before letting frece sort them, and disabling sort in rofi right? We currently pipe menu items to rofi, as reading the menu items via the dbus in python is pretty slow for huge menus like Firefox (Issue #9). So turning on this feature would means rofi would appear, but the menu wouldn't be populated for up to a few seconds I believe. I would either need to:
|
I really wish plasma-hud could give the most recent/used results first. So I suppose if you were to interject frece before sending the menu list to rofi that would be amazing.
This will have to create quite a few files. For that reason I think
$USER/.cache/plasma-hud/
would be a nice place to keep all the files needed.The text was updated successfully, but these errors were encountered: