On Fri, Nov 20, 2015 at 7:04 AM, Stephen Sherratt <[email protected]> wrote: > I made a patch to add suggestions to dmenu based on previously run commands. > I know there already exists such a patch > (http://tools.suckless.org/dmenu/patches/history) but it seems to be quite > old and doesn't work with the latest version of dmenu. It stores history in > a text file at a specified location. > > I've attached the patch. Feedback is welcome!
To be honest this can be solved in a simpler way with some shell and/or awk wrapper. Implementing it in C at this level is sucky in my opinion. Kind regards, Hiltjo
