pmenu - static menu
===================

pmenu is a fork of dmenu removing all the interactive parts. I use it in dpw, my
password manager, which also uses dmenu.

pmenu is useful to just display something on screen without any fuzz. Since my
password manager is just a set of shell scripts using dmenu for selection and
password entry it is nice to have a way to just display some information (such
as error messages) without grabbing the keyboard as dmenu does.


Requirements
------------
In order to build pmenu you need the Xlib header files.


Installation
------------
pmenu is only distributed as part of dpw, which does not yet support system-wide
installation.  Since the modifications in pmenu are quite trivial this shouldn't
really be a problem .

Running pmenu
-------------
See the source code for details, pmenu is basically a stripped down version of
dmenu so the options that exist are the same while some have been removed.
