Re: [dwm] dmenu - how to autoconfirm selection in case of exact match?

2009-02-17 Thread yy
2009/2/16 Jeremy Jay dinkuma...@gmail.com: OP doesn't want to hit enter every time, dmenu won't return unless you do, so a patch is necessary... Jeremy On Mon 16 Feb 2009 - 07:32PM, yy wrote: Another option, if you don't want to patch, is to add those letters to dmenu input (with simples

[dwm] dmenu - how to autoconfirm selection in case of exact match?

2009-02-16 Thread michael_der gulliUser
Hi everybody, I've already read the manpage and the archives of this mailing list. However, unfortunately I could not find a patch / a way to tell dmenu to automatically confirm a selection and execute the command, if a menu item and the text I've entered match exactly. But it seems to me as if

Re: [dwm] dmenu - how to autoconfirm selection in case of exact match?

2009-02-16 Thread Jeremy Jay
yes, download/extract the source and run: patch autorun.diff make make install PS. stupid != ignorant. you're obviously not stupid, you asked a question in the first place. sorry for being brusque. Jeremy On Mon 16 Feb 2009 - 06:29PM, michael_der gulliUser wrote: Hi Jeremy, thank

Re: [dwm] dmenu - how to autoconfirm selection in case of exact match?

2009-02-16 Thread yy
Another option, if you don't want to patch, is to add those letters to dmenu input (with simples echoes in dmenu_path, or even processing an aliases file). Personally, I don't use dmenu_path, I just have a list with no more than 10 items so I can launch everything with only one or two letters.

Re: [dwm] dmenu - how to autoconfirm selection in case of exact match?

2009-02-16 Thread Jeremy Jay
OP doesn't want to hit enter every time, dmenu won't return unless you do, so a patch is necessary... Jeremy On Mon 16 Feb 2009 - 07:32PM, yy wrote: Another option, if you don't want to patch, is to add those letters to dmenu input (with simples echoes in dmenu_path, or even processing an