Read-only mirror of dmenu

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

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.