enkore / j4-dmenu-desktop

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

Sorting by display name case insensitively #136

Closed nabakolu closed 9 months ago

nabakolu commented 1 year ago

When launching, the display names for the apps are sorted case sensitively like this:

AAA
BBB
CCC
aaa
bbb
ccc

Is there a way to make j4-dmenu-desktop sort case insensitively? Like this:

AAA
aaa
BBB
bbb
CCC
ccc
meator commented 1 year ago

I don't think this is possible out of the box. But j4dd executes dmenu with the -i flag by default so the actual selection of desktop entry will be done case insensitively.

If you want to, I can provide You a patch that would add this functionality (You'll have to compile j4dd to apply it) and/or I could make a pull request.

nabakolu commented 1 year ago

Ok im gonna write a patch then.

enkore commented 9 months ago

Fixed by #137