Built and configured using dmenu-flexipatch
-
- adds padding for dmenu in similar fashion to the barpadding patch for dwm
-
- adds a border around the dmenu window
-
- adds a
-h
option which sets the minimum height of a dmenu line - this helps integrate dmenu with other UI elements that require a particular vertical size
- adds a
-
- with this patch dmenu will not directly display the keyboard input, but instead replace it with dots
- all data from stdin will be ignored
-
- allows dmenu to read font and colors from Xresources
- note that with this patch the Xresources settings takes precedence over command line arguments
-
- adds options for specifying dmenu window position and width
dmenu - dynamic menu
====================
dmenu is an efficient dynamic menu for X.
Requirements
------------
In order to build dmenu you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (dmenu is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install dmenu
(if necessary as root):
make clean install
Running dmenu
-------------
See the man page for details.