enkore / j4-dmenu-desktop

A fast desktop menu
GNU General Public License v3.0
673 stars 69 forks source link

Add case insensitive sorting of applications #137

Closed nabakolu closed 1 year ago

nabakolu commented 1 year ago

This patch adds the -c, --case-insensitive option, which makes the alphabetical sorting of the applications be done by a utility function that sorts them case insensitively.

enkore commented 1 year ago

Thank you, I have two suggestions

nabakolu commented 1 year ago

Yes strncasecmp is defined in strings.h. I included <strings.h> and changed the -c to -i

Also merged the updated develop branch

enkore commented 1 year ago

Thanks!