- the thingmenu fails to handle menus with no ':' if you do something like:
$ thingmenu firefox xterm gedit
clicking on any menu results in executing an uninitialized buffer
because it should be:
$ thingmenu firefox:firefox xterm:xterm gedit:gedit
20h can you fix this? i'm just too lazy to check the source..
another proposal is to highlight the menu entry when the mouse is over
the selected entry, just like dmenu does.
On 06/30/11 16:35, John Matthewman wrote:
Can anybody recommend a simple point-and-click application launcher
for X? dmenu works nicely as a general purpose menu, but there are a
select few applications I use routinely that I'd like to be able to
click a button to open whenever needed. It would be handy to have a
little launcher sitting at one corner of my screen, waiting for me to
click a button to launch one of those predefined applications.
I suppose I could use dzen to accomplish this if there's nothing else
out there..? But I'd rather find a small app that is just a simple
launcher.
Cheers,
John