My dmenu fork (dynamic menu) https://tools.suckless.org/dmenu/

roket1428 93a716cb10 Update to latest version & cleanup 3 years ago
LICENSE 3443e9b621 Update to latest version 3 years ago
Makefile 017f33edb7 initial 4 years ago
README.md ef18acef6a Readme updated 4 years ago
arg.h 017f33edb7 initial 4 years ago
config.h 3443e9b621 Update to latest version 3 years ago
config.mk 017f33edb7 initial 4 years ago
dmenu.1 017f33edb7 initial 4 years ago
dmenu.c 017f33edb7 initial 4 years ago
dmenu_path 786931e1aa Updates 3 years ago
dmenu_run 017f33edb7 initial 4 years ago
drw.c 3443e9b621 Update to latest version 3 years ago
drw.h 017f33edb7 initial 4 years ago
stest.1 017f33edb7 initial 4 years ago
stest.c 017f33edb7 initial 4 years ago
util.c 017f33edb7 initial 4 years ago
util.h 017f33edb7 initial 4 years ago

README.md

My dmenu fork (dynamic menu)

dmenu is an efficient dynamic menu for X.

Requirements

In order to build dmenu you need the Xlib header files.

Installtion

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 man page for details.