On Wed, 13 May 2009 16:54:18 -0300
Leandro Chescotta <lchesco...@banelco.com.ar> wrote:

> I don't know if I have a lot of apps in the path or what, but lately
> dmenu have a 5~ seconds delay when I press it's keybinding, so it's
> there a way to make it faster? Maybe make it don't show the path, and
> only run the entered command?

You could try to make a static file containing the filesnames
of the programs in /usr/bin and have dmenu reading that.

$(cat static-list | dmenu )

Then you don't need to wait for the dynamic read.
 
> If it's not possible, is there a way to have a dmenu like "run
> command"? only for enter a command, without searching the path?

$(echo | dmenu -p "> ")

-- 
Preben Randhol
http://wee-free-lore.blogspot.com/
http://www.pvv.org/~randhol

Reply via email to