Biont / sway-launcher-desktop

TUI Application launcher with Desktop Entry support. Made for SwayWM, but runs anywhere
GNU General Public License v3.0
606 stars 28 forks source link

Fix #78, use alphabetical order #79

Closed anakojm closed 1 year ago

anakojm commented 1 year ago

Fix #78

Use alphabetical order in desktop files list, to sort by application name instead of filename.

Biont commented 1 year ago

It feels to me like this would better be solved right in the list-entries function instead of this place, which is really just about mapping specific script parameters to internal functions. IMO we should not add logic in this area.

Is there a reason it cannot be done in the function itself?

Biont commented 1 year ago

Thank you very much