bakkeby / dmenu-flexipatch

A dmenu build with preprocessor directives to decide which patches to include during build time
MIT License
183 stars 78 forks source link

Add NAVHISTORY search variant patch #7

Closed 62832 closed 2 years ago

62832 commented 2 years ago

The NAVHISTORY patch on the Suckless site provides an extra variant of the patch allowing to switch between suggestions for installed programs and suggestions for previously issued shell commands. I figured this might be a useful variant to add to flexipatch since I've recently made good use of dmenu to run such commands, e.g. to run programs via dmenu with certain environment variables set in advance.

That being said, it does seem like this patch is a bit buggy or otherwise slightly unintuitive. In particular,

Unfortunately, I lack the expertise to fix those issues, though I would love to know how to solve that to make this patch that bit more worth using.