On Wed, 6 Aug 2008 13:33:42 -0700
"Evan Gates" <[EMAIL PROTECTED]> wrote:

> I love dmenu, and just for the hell of it wanted a similar program, that
> didn't display anything.  So I wrote grab (more like copied the code I
> needed from dmenu).  It grabs all key presses until the user hits enter
> or escape, and then prints out whatever was typed.  It's not foolproof,
> it's not very well tested, but it works for me.  I run it from dwm the
> same way as dmenu.  Have fun and do what you will with it.
> 
> -Evan
> 
> P.S. compile with gcc -lX11

why not just add a flag to dmenu to perform in this way?

Reply via email to