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

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

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.