2013/4/16 Ross Lagerwall <rosslagerw...@gmail.com>:
> How did it handle command-line arguments before?
> Command-line arguments are passed to dmenu as before.
> Running "dmenu_run -b" would pass the -b to dmenu.
>
> AFAICT, the pipeline outputs an executable with no other arguments.
I mean, previously I could write 'gimp Images/01.png' in dmenu, and it
would run. Now, it won't.
If I wanted spaces in commands, I could've escaped them.
I think something along the lines of eval "exec "$(dmenu_path|dmenu
"$@") would be better.