Read-only mirror of dmenu

Alexander Rosenberg 61dd4993db Fix the last commit hace 1 año
patches 957aec2e6e Initial commit hace 2 años
.gitignore 61dd4993db Fix the last commit hace 1 año
LICENSE 957aec2e6e Initial commit hace 2 años
Makefile a3db67806d Auto-copy config.def.mk hace 1 año
PKGBUILD d3c91e81bd Add PKGBUILD hace 1 año
README.md d3c91e81bd Add PKGBUILD hace 1 año
arg.h 957aec2e6e Initial commit hace 2 años
config.def.h 61dd4993db Fix the last commit hace 1 año
config.def.mk 6150073949 Bump config.def.mk version hace 1 año
dmenu.1 957aec2e6e Initial commit hace 2 años
dmenu.c a76a20ef1d Update to dmenu 5.2 hace 1 año
dmenu_path 3c0a4e549f Fix dmenu_run hace 1 año
dmenu_run 3c0a4e549f Fix dmenu_run hace 1 año
drw.c a76a20ef1d Update to dmenu 5.2 hace 1 año
drw.h a76a20ef1d Update to dmenu 5.2 hace 1 año
stest.1 957aec2e6e Initial commit hace 2 años
stest.c 957aec2e6e Initial commit hace 2 años
util.c a76a20ef1d Update to dmenu 5.2 hace 1 año
util.h 957aec2e6e Initial commit hace 2 años

README.md

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.