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

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

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.