On 4/7/07, Tuncer Ayaz <[EMAIL PROTECTED]> wrote:
I'm not sure whether one can make a selection and add some parameter to it by typing in dmenu after selecting the entry and having the selection with the parameter written to stdout.
Yes, that is possible. I frequently do things like "fir<tab> suckless.org" (which becomes "firefox suckless.org" on my box) to start firefox with exactly that parameter. It's all about the shell script in which you use dmenu... Greetings, Sander.
