jujinkim / Frequaw-issue

An issue repository for Frequaw
2 stars 0 forks source link

Reduce reorder frequency #6

Open cjbarth opened 2 years ago

cjbarth commented 2 years ago

I find that I have some apps that are very close in the number of launches, so they frequently swap positions.

I would like them to swap positions less often, at least not so many times during the day.

I can't think of any alternatives.

One thought would be to only reorder the apps once per day, that would stop things changing in the middle of my work day. Perhaps, additionally, the order could remain consistent within so many launches, e.g. if the launch count doesn't change by >10, don't reorder. That will allow muscle memory for the order to develop. So, once one app gets 10 or more launches than the app above it, only then move it in order up.

jujinkim commented 2 years ago

One thought would be to only reorder the apps once per day, that would stop things changing in the middle of my work day.

This would be great! Thanks for this idea. I'll consider to implement this feature and add it as an option in the further version.